Interface IInteractionCreateGatewayHandler
Sent when a user uses an interaction.
Inner payload is an Interaction.
public interface IInteractionCreateGatewayHandler : IGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(Interaction)
Handles the gateway event.
ValueTask HandleAsync(Interaction arg)
Parameters
argInteractionThe event argument.