DirectSendMessageParams

data class DirectSendMessageParams(val toPlayerId: Long, val message: String, val extraData: String? = null)

1:1 메시지 전송 객체
1:1 message sending object

Constructors

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

Properties

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

Link copied to clipboard

Target user player id