Table of Contents

Interface IMessageReactionRemoveEmojiShardedGatewayHandler

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

Sent when a user removes all instances of a given emoji from the reactions of a message.

public interface IMessageReactionRemoveEmojiShardedGatewayHandler : IShardedGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(GatewayClient, MessageReactionRemoveEmojiEventArgs)

Handles the gateway event.

ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveEmojiEventArgs arg)

Parameters

client GatewayClient

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

arg MessageReactionRemoveEmojiEventArgs

The event argument.

Returns

ValueTask