RestrictedUser
Class swibots.api.community.models.RestrictedUser
The RestrictedUser class contains the info of the restricted user in the community.
Properties
- restricted(- bool): Is User restricted
- user_id(int): User Id of user.
- community_id(str): The community id.
- restricted_till(int | dict): the date info.
- user(User): The User Info.