Table of Contents

Interface IMessageReactionRemoveShardedGatewayHandler

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

Sent when a user removes a reaction from a message.

public interface IMessageReactionRemoveShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(GatewayClient, MessageReactionRemoveEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveEventArgs arg)

Parameters

client GatewayClient

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

arg MessageReactionRemoveEventArgs

The event argument.

Returns

ValueTask