MessageInteraction
Documentation / @discordeno/bot / MessageInteraction
Interface: MessageInteraction
Defined in: bot/src/transformers/types.ts:1244
Properties
id
id:
bigint
Defined in: bot/src/transformers/types.ts:1246
Id of the interaction
member?
optional
member:Member
Defined in: bot/src/transformers/types.ts:1248
The member who invoked the interaction in the guild
name
name:
string
Defined in: bot/src/transformers/types.ts:1250
The name of the ApplicationCommand including the name of the subcommand/subcommand group
type
type:
InteractionTypes
Defined in: bot/src/transformers/types.ts:1252
The type of interaction
user
user:
User
Defined in: bot/src/transformers/types.ts:1254
The user who invoked the interaction