interface APIMessageSnapshot {
    guild_id?: string;
    message: APIMessageSnapshotFields;
}

Properties

Properties

guild_id?: string

Id of the origin message's guild

This field doesn't accurately reflect the Discord API as it doesn't exist nor is documented and will be removed in the next major version.

It was added in d18f72d but was later removed before the PR (discord-api-docs#6833) was merged.

discord-api-types#1084 for more information.

Subset of the message object fields