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