interface APIUserApplicationCommandInteractionData

external
export interface APIUserApplicationCommandInteractionData extends APIBaseApplicationCommandInteractionData<ApplicationCommandType.User>

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

external
resolved : APIUserInteractionDataResolved

external
target_id : Snowflake

external
type : Type

Inherited from: APIBaseApplicationCommandInteractionData