deleteReaction

open suspend fun deleteReaction(userId: Snowflake, emoji: ReactionEmoji)(source)

Requests to delete an emoji from this message made by a userId.

Throws

if something went wrong during the request.


open suspend fun deleteReaction(emoji: ReactionEmoji)(source)

Requests to delete all emoji reactions from this message.

Throws

if something went wrong during the request.