Table of Contents

Interface IMessageReactionRemoveAllGatewayHandler

Namespace
NetCord.Hosting.Gateway
Assembly
NetCord.Hosting.dll

Sent when a user explicitly removes all reactions from a message.

public interface IMessageReactionRemoveAllGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(MessageReactionRemoveAllEventArgs)

ValueTask HandleAsync(MessageReactionRemoveAllEventArgs arg)

Parameters

arg MessageReactionRemoveAllEventArgs

Returns

ValueTask