MessageInteraction
Documentation / @discordeno/bot / MessageInteraction
Interface: MessageInteraction
Defined in: packages/bot/src/transformers/types.ts:1171
Properties
id
id:
bigint
Defined in: packages/bot/src/transformers/types.ts:1173
Id of the interaction
member?
optional
member:Member
Defined in: packages/bot/src/transformers/types.ts:1175
The member who invoked the interaction in the guild
name
name:
string
Defined in: packages/bot/src/transformers/types.ts:1177
The name of the ApplicationCommand including the name of the subcommand/subcommand group
type
type:
InteractionTypes
Defined in: packages/bot/src/transformers/types.ts:1179
The type of interaction
user
user:
User
Defined in: packages/bot/src/transformers/types.ts:1181
The user who invoked the interaction