deleteAllMessageReactions

suspend fun deleteAllMessageReactions(messageId: String)(source)

Delete all reactions from a message.

Parameters

messageId

The message to remove reactions from.

Throws


suspend fun deleteAllMessageReactions(messageId: String, textEmoji: String)(source)

Delete all reactions from a message for a specific emoji.

Parameters

messageId

The message to remove reactions from.

textEmoji

The text of the emoji to remove.

Throws


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

Delete all reactions from a message for a specific emoji.

Parameters

messageId

The message to remove reactions from.

emoji

The custom emoji to remove.

Throws