Channel creation object
This object contains the information for creating a channel.
More...
Public Attributes | |
String | channelId |
Channel ID. | |
String | password |
Password (required only for ChannelType.PRIVATE channels) | |
String | channelName |
Channel name. | |
int | maxMemberCount |
Maximum channel members (minimum 2 members, up to 5,000 members) | |
ChannelType | type |
Channel type. | |
bool | chatHistoryAllowed |
Whether channel messages can be queried. | |
Channel creation object
This object contains the information for creating a channel.