Source
This page was generated with Wiki Builder. Do not change the format!
Info
Schema
- Schema Type: Class
- Type: object
Properties
Name | Type | Description |
---|---|---|
groupId | integer:int64 | |
conversationId | integer:int64 | |
chatEnabled | boolean | |
chatName | string | |
chatSecurity | ChatSecuritySetting:Enum |
Example
{
// Type: integer:int64
"groupId": 0,
// Type: integer:int64
"conversationId": 0,
// Type: boolean
"chatEnabled": false,
// Type: string
"chatName": "",
// Type: ChatSecuritySetting:Enum
"chatSecurity": 0
}