ChannelSendMessageParams

data class ChannelSendMessageParams(val channelId: String, val message: String, val extraData: String? = null)

채널 메시지 전송 객체
Channel message sending object

Constructors

Link copied to clipboard
constructor(jsonObject: JSONObject)
constructor(channelId: String, message: String, extraData: String? = null)

Properties

Link copied to clipboard

Target channel ID

Link copied to clipboard
val extraData: String? = null

Message extra data. Up to 256 Bytes (based on UTF-8)

Link copied to clipboard

The content of the message to be sent