Community
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
id | String | ID of the community. | |
name | String | Name of the community. | |
imageUrl | String | Profile image url of the community. | ✔ |
membersCount | Int | Number of users in the community. | ✔ |
updatedAt | Long | Timestamp when the community was last updated. | ✔ |
communitySettings | List<CommunitySetting> | List of all the community settings | ✔ |
Community Settings
VARIABLE | TYPE | DESCRIPTION | OPTIONAL |
---|---|---|---|
enabled | Boolean | Whether the community setting is enabled or not | ✔ |
settingSubTitle | String | Subtitle of the setting | ✔ |
settingTitle | String | Title of the setting | ✔ |
settingType | String | Unique Type of the setting | ✔ |
enabledBy | Int | id of the user enabled the setting | ✔ |