addMessageReaction

suspend fun ChannelClient.addMessageReaction(messageId: String, emojiId: String, emojiName: String)(source)

Adds a reaction to the specified message.

Parameters

messageId

The ID of the message to react to.

emojiId

The ID of the emoji.

emojiName

The name of the emoji.

Throws

upon client errors.