MessageReaction
constructor(message: Message, reactionType: String, emojiCode: String? = null, skipPush: Boolean = false)
Parameters
message
The message the user is reacting to
reactionType
The reaction type.
emojiCode
The optional emoji code to be shown in the push notification text, for the API.
skipPush
If set to "true", skips sending push notification when reacting to a message.