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

    Interface GatewayMessageEventExtraFields

    interface GatewayMessageEventExtraFields {
        guild_id?: string;
        member?: APIGuildMemberNoUser;
        mentions: APIUserWithMember[];
    }

    Hierarchy (View Summary)

    Index

    Properties

    guild_id?: string

    ID of the guild the message was sent in

    Member properties for this message's author

    The member object exists in MESSAGE_CREATE and MESSAGE_UPDATE events from text-based guild channels

    mentions: APIUserWithMember[]

    Users specifically mentioned in the message