addMessageReaction

suspend fun addMessageReaction(messageId: String, emojiText: String)(source)

Add a reaction to a message.

Required for unicode emoji, custom emoji must be formatted.

Parameters

messageId

The message to react to.

emojiText

The text of the emoji to react with.

Throws


suspend fun addMessageReaction(messageId: String, emoji: Emoji)(source)

Add a reaction to a message.

Parameters

messageId

The message to react to.

emoji

The custom emoji to react with.

Throws