MessageInteraction
Documentation / @discordeno/bot / MessageInteraction
Interface: MessageInteraction
Defined in: bot/src/transformers/types.ts:1237
Properties
id
id:
bigint
Defined in: bot/src/transformers/types.ts:1239
Id of the interaction
member?
optional
member:Member
Defined in: bot/src/transformers/types.ts:1241
The member who invoked the interaction in the guild
name
name:
string
Defined in: bot/src/transformers/types.ts:1243
The name of the ApplicationCommand including the name of the subcommand/subcommand group
type
type:
InteractionTypes
Defined in: bot/src/transformers/types.ts:1245
The type of interaction
user
user:
User
Defined in: bot/src/transformers/types.ts:1247
The user who invoked the interaction