Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 4 KB

File metadata and controls

21 lines (18 loc) · 4 KB

CommunityModel

Fields

Field Type Required Description
id str ✔️ The ID of the community
name str ✔️ The name of the community
description str ✔️ The description of the community
member_count int ✔️ The number of members in the community
is_nsfw OptionalNullable[bool] Indicates if the community is NSFW.
members_facepile_results List[str] The profile image URLs of members.
banner Dict[str, Any] The banner information of the community.
is_member OptionalNullable[bool] Indicates if the user is a member of the community.
role OptionalNullable[str] The role of the user in the community.
admin OptionalNullable[models.UserModel] The admin of the community.
join_policy OptionalNullable[str] The join policy of the community.
created_at OptionalNullable[int] The timestamp of the community's creation.
invites_policy OptionalNullable[str] The invites policy of the community.
is_pinned OptionalNullable[bool] Indicates if the community is pinned.