Interface IInteractionCreateShardedGatewayHandler
Sent when a user uses an interaction.
Inner payload is an Interaction.
public interface IInteractionCreateShardedGatewayHandler : IShardedGatewayHandler
Remarks
Required Intents: None
Optional Intents: None
Methods
HandleAsync(GatewayClient, Interaction)
Handles the gateway event.
ValueTask HandleAsync(GatewayClient client, Interaction arg)
Parameters
clientGatewayClientThe gateway client that represents the shard that received the event.
argInteractionThe event argument.