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

Hierarchy (View Summary)

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