interface APIMessageApplicationCommandInteractionData

external
export interface APIMessageApplicationCommandInteractionData extends APIBaseApplicationCommandInteractionData<ApplicationCommandType.Message>

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
target_id : Snowflake

external
type : Type

Inherited from: APIBaseApplicationCommandInteractionData