Discord.https - v3.0.16
    Preparing search index...

    Interface APIMessageInteraction

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

    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