Group
Class swibots.api.community.models.Group
The Group class represents a group.
Properties
id(str): The group's id.name(str): The group's name.community_id(str): The group's community id.enabled_free(bool): Whether the group is enabled for free users.enabled_public(bool): Whether the group is enabled for public users.default_group(bool): Whether the group is the default group.is_public(bool): Whether the group is public.created_by(str): The group's creator's id.icon(str): The group's icon.group_logo_url(str): The group's logo url.allowed_content(str): The group's allowed content.created_at(str): The group's creation date.updated_at(str): The group's last update date.