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