EnterChannelParams

data class EnterChannelParams(val channelId: String, val password: String?)

채널 입장 객체
Channel entry object

Constructors

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(channelId: String, password: String?)

Properties

Link copied to clipboard

channel id

Link copied to clipboard

password (required only for ChannelType.PRIVATE channels)