Object returned when retrieving channel information
This object is returned when retrieving information about a channel.
More...
Public Attributes | |
| String | channelId |
| Channel ID. | |
| ChannelType | type |
| Channel Type. | |
| String | owner |
| Channel owner. | |
| String | channelName |
| Channel name. | |
| int | memberCount |
| Current number of members in the channel. | |
| int | maxMemberCount |
| Maximum number of channel members. | |
| String | regTime |
| Channel creation timestamp (UTC+0, in the format yyyy-MM-dd'T'HH:mm:ss.SSSZ) | |
| Int64 | regTimeMillis |
| Channel creation UnixTime (UTC+0) | |
| bool | chatHistoryAllowed |
| Whether channel messages can be queried. | |
Object returned when retrieving channel information
This object is returned when retrieving information about a channel.