SendReactionRequest

data class SendReactionRequest(@Json(name = "type") val type: String, @Json(name = "custom") val custom: Map<String, Any?>? = null, @Json(name = "emoji_code") val emojiCode: String? = null)

Parameters

type
custom
emojiCode

Constructors

Link copied to clipboard
constructor(@Json(name = "type") type: String, @Json(name = "custom") custom: Map<String, Any?>? = null, @Json(name = "emoji_code") emojiCode: String? = null)

Properties

Link copied to clipboard
val custom: Map<String, Any?>? = null
Link copied to clipboard
val emojiCode: String? = null
Link copied to clipboard