Method DeleteReactionsEmojiAsync
- Namespace
- DSharpPlus
- Assembly
- DSharpPlus.Rest.dll
DeleteReactionsEmojiAsync(ulong, ulong, string)
Deletes all reactions of a specific reaction for a message.
public Task DeleteReactionsEmojiAsync(ulong channelid, ulong messageId, string emoji)
Parameters
channelid
ulongThe ID of the channel.
messageId
ulongThe ID of the message.
emoji
stringThe emoji to clear.