deleteReaction

inline suspend fun MessageBehavior.deleteReaction(userId: Snowflake, emoji: GuildEmoji)
inline suspend fun MessageBehavior.deleteReaction(emoji: GuildEmoji)

Remove a reaction from this message, using a guild's custom emoji object.

Parameters

emoji

Emoji to remove from the message.


inline suspend fun MessageBehavior.deleteReaction(userId: Snowflake, emoji: String)

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

Parameters

emoji

Emoji to remove from message.


inline suspend fun MessageBehavior.deleteReaction(unicode: String)

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

Parameters

unicode

Emoji to remove from the message.