Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
name | string | |
about | string | |
motto | string | |
theme | string | |
avatarImageIndex | integer:int32:nullable | |
tags | string | |
isPublic | boolean:nullable | |
membershipOption | integer:int32:nullable | |
isPublicTopicAdminOnly | boolean:nullable | |
allowChat | boolean:nullable | |
chatSecurity | integer:int32:nullable | |
callsign | string | |
locale | string | |
homepage | integer:int32:nullable | |
enableInvitationMessagingForAdmins | boolean:nullable | |
defaultPublicity | integer:int32:nullable |
Example
{
// Type: string
"name": "",
// Type: string
"about": "",
// Type: string
"motto": "",
// Type: string
"theme": "",
// Type: integer:int32:nullable
"avatarImageIndex": 0,
// Type: string
"tags": "",
// Type: boolean:nullable
"isPublic": false,
// Type: integer:int32:nullable
"membershipOption": 0,
// Type: boolean:nullable
"isPublicTopicAdminOnly": false,
// Type: boolean:nullable
"allowChat": false,
// Type: integer:int32:nullable
"chatSecurity": 0,
// Type: string
"callsign": "",
// Type: string
"locale": "",
// Type: integer:int32:nullable
"homepage": 0,
// Type: boolean:nullable
"enableInvitationMessagingForAdmins": false,
// Type: integer:int32:nullable
"defaultPublicity": 0
}