deleteOwnReaction

inline suspend fun MessageBehavior.deleteOwnReaction(emoji: GuildEmoji)

Remove a reaction from this message belonging to the bot, using a guild's custom emoji object.

Parameters

emoji

Emoji to remove from the message.


inline suspend fun MessageBehavior.deleteOwnReaction(unicode: String)

Remove a reaction from this message belonging to the bot, using the Unicode emoji represented by the given string.

Parameters

unicode

Emoji to remove from the message.