APIApplicationCommandInteractionWrapper

https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object

Signature

export type APIApplicationCommandInteractionWrapper<Data extends APIApplicationCommandInteractionData> = APIBaseInteraction<InteractionType.ApplicationCommand, Data> & Required<Pick<APIBaseInteraction<InteractionType.ApplicationCommand, Data>, 'app_permissions' | 'channel' | 'data'>>;

Members

This export does not declare public properties or methods in the generated declaration file.