interface APIChatInputApplicationCommandInteractionData

external
export interface APIChatInputApplicationCommandInteractionData extends APIBaseApplicationCommandInteractionData<ApplicationCommandType.ChatInput>

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

optionalexternal
guild_id? : Snowflake

Inherited from: APIBaseApplicationCommandInteractionData

external
name : string

Inherited from: APIBaseApplicationCommandInteractionData

optionalexternal
resolved? : APIInteractionDataResolved

external
type : Type

Inherited from: APIBaseApplicationCommandInteractionData