Table of Contents

Interface IMessageReactionAddGatewayHandler

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

Sent when a user adds a reaction to a message.

public interface IMessageReactionAddGatewayHandler : IGatewayHandler

Remarks


Required Intents: GuildMessageReactions, DirectMessageReactions
Optional Intents: None

Methods

HandleAsync(MessageReactionAddEventArgs)

Handles the gateway event.

ValueTask HandleAsync(MessageReactionAddEventArgs arg)

Parameters

arg MessageReactionAddEventArgs

The event argument.

Returns

ValueTask