Create Channel Params
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
Properties
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