Community
Class swibots.api.community.models.Community
The Community class represents a community.
Properties
- id(- str): The community's id.
- name(- str): The community's name.
- username(- str): The community's username.
- profile_url(- str): The community's profile image url.
- cover_url(- str): The community's cover image url.
- is_public(- bool): Whether the community is public.
- is_free(- bool): Whether the community is free.
- created_by(- str): The community's creator's id.
- guidelines(- str): The community's guidelines.
- description(- str): The community's description.
- verified(- bool): Whether the community is verified.
- category(- str): The community's category.
- type(- str): The community's type.
- link(- str): The community's link.
- icon(- str): The community's icon.