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)

ValueTask HandleAsync(GatewayClient client, MessageReactionRemoveEmojiEventArgs arg)

Parameters

client GatewayClient
arg MessageReactionRemoveEmojiEventArgs

Returns

ValueTask