Table of Contents

Interface IMessageReactionRemoveAllShardedGatewayHandler

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

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

public interface IMessageReactionRemoveAllShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(GatewayClient, MessageReactionRemoveAllEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveAllEventArgs arg)

Parameters

client GatewayClient

The gateway client that represents the shard that received the event.

arg MessageReactionRemoveAllEventArgs

The event argument.

Returns

ValueTask