Table of Contents

Method DeleteUserReactionAsync

Namespace
DSharpPlus
Assembly
DSharpPlus.Rest.dll

DeleteUserReactionAsync(ulong, ulong, ulong, string, string)

Deletes someone elses reaction

public Task DeleteUserReactionAsync(ulong channelId, ulong messageId, ulong userId, string emoji, string reason)

Parameters

channelId ulong

Channel ID

messageId ulong

Message ID

userId ulong

User ID

emoji string

Emoji to remove

reason string

Reason why this reaction was removed

Returns

Task