Table of Contents

Method DeleteAllReactionsAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

DeleteAllReactionsAsync(ulong, ulong, string)

Deletes all reactions from a message

public Task DeleteAllReactionsAsync(ulong channelId, ulong messageId, string reason)

Parameters

channelId ulong

Channel ID

messageId ulong

Message ID

reason string

Reason why all reactions were removed

Returns

Task