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)
ValueTask HandleAsync(Interaction arg)
Parameters
arg
Interaction