interface APIMessageInteraction {
    id: string;
    member?: PartialAPIMessageInteractionGuildMember;
    name: string;
    type: InteractionType;
    user: APIUser;
}

Properties

Properties

id: string

ID of the interaction

The guild member who invoked the interaction, only sent in MESSAGE_CREATE events

name: string

The name of the application command, including subcommands and subcommand groups

The type of interaction

user: APIUser

The user who invoked the interaction