Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 4.06 KB

File metadata and controls

21 lines (18 loc) · 4.06 KB

CommunityModel

Fields

Field Type Required Description
id string ✔️ The ID of the community
name string ✔️ The name of the community
description string ✔️ The description of the community
memberCount int ✔️ The number of members in the community
isNsfw ?bool Indicates if the community is NSFW.
membersFacepileResults array<string> The profile image URLs of members.
banner array<string, mixed> The banner information of the community.
isMember ?bool Indicates if the user is a member of the community.
role ?string The role of the user in the community.
admin ?Components\UserModel The admin of the community.
joinPolicy ?string The join policy of the community.
createdAt ?int The timestamp of the community's creation.
invitesPolicy ?string The invites policy of the community.
isPinned ?bool Indicates if the community is pinned.