Table of Contents

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 ulong

The ID of the channel.

messageId ulong

The ID of the message.

emoji string

The emoji to clear.

Returns

Task