Skip to main content

MessageInteraction

@discordeno/botDocs


Documentation / @discordeno/bot / MessageInteraction

Interface: MessageInteraction

Properties

id

id: bigint

Id of the interaction

Defined in

packages/bot/src/transformers/types.ts:1173


member?

optional member: Member

The member who invoked the interaction in the guild

Defined in

packages/bot/src/transformers/types.ts:1175


name

name: string

The name of the ApplicationCommand including the name of the subcommand/subcommand group

Defined in

packages/bot/src/transformers/types.ts:1177


type

type: InteractionTypes

The type of interaction

Defined in

packages/bot/src/transformers/types.ts:1179


user

user: User

The user who invoked the interaction

Defined in

packages/bot/src/transformers/types.ts:1181