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)

ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveAllEventArgs arg)

Parameters

client GatewayClient
arg MessageReactionRemoveAllEventArgs

Returns

ValueTask