CreateChannelParams

data class CreateChannelParams(val channelId: String, val password: String?, val channelName: String, val maxMemberCount: Int, val type: Chat.ChannelType, val chatHistoryAllowed: Boolean)

채널 생성 객체
Channel creation object

Constructors

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(channelId: String, password: String?, channelName: String, maxMemberCount: Int, type: Chat.ChannelType, chatHistoryAllowed: Boolean)

Properties

Link copied to clipboard

channel id

Link copied to clipboard

channel name

Link copied to clipboard
Link copied to clipboard

maximum channel members(minimum 2 members, up to 5,000 members)

Link copied to clipboard

password (required only for ChannelType.PRIVATE channels)

Link copied to clipboard