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

    Type Alias APIMessageSnapshotFields

    APIMessageSnapshotFields: Pick<
        APIMessage,
        | "attachments"
        | "components"
        | "content"
        | "edited_timestamp"
        | "embeds"
        | "flags"
        | "mention_roles"
        | "mentions"
        | "sticker_items"
        | "stickers"
        | "timestamp"
        | "type",
    >