id | Int? | Unique identifier of the community | ✔️ |
imageURL | String? | URL of the community's image | ✔️ |
name | String? | Name of the community | ✔️ |
membersCount | Int? | Number of members in the community | ✔️ |
purpose | String? | Purpose of the community | ✔️ |
subType | Int? | Subtype of the community | ✔️ |
type | Int? | Type of the community | ✔️ |
updatedAt | Int? | Timestamp of the last update | ✔️ |
autoApproval | Bool? | Whether the community has automatic approval | ✔️ |
hideDMTab | Bool? | Whether the direct message tab is hidden | ✔️ |
communitySettings | [CommunitySetting]? | List of settings for the community | ✔️ |