APIBaseInteraction <Type, Data>
Type parameters
- Type: InteractionType
- Data
Index
Properties
application_id
ID of the application this interaction is for
optionalchannel_id
The channel it was sent from
optionaldata
The command data payload
optionalguild_id
The guild it was sent from
optionalguild_locale
The guild’s preferred locale, if invoked in a guild
id
ID of the interaction
locale
The selected language of the invoking user
optionalmember
Guild member data for the invoking user, including permissions
This is only sent when an interaction is invoked in a guild
optionalmessage
For components, the message they were attached to
token
A continuation token for responding to the interaction
type
The type of interaction
optionaluser
User object for the invoking user, if invoked in a DM
version
Read-only property, always 1
https://discord.com/developers/docs/interactions/receiving-and-responding#interaction-object
API and gateway v8 are deprecated and the types will not receive further updates, please update to v10.