Skip to main content

MessageSnapshot

@discordeno/botDocs


Documentation / @discordeno/bot / MessageSnapshot

Interface: MessageSnapshot

Properties

message

message: Pick<Message, "flags" | "type" | "attachments" | "components" | "content" | "editedTimestamp" | "embeds" | "mentions" | "mentionedRoleIds" | "stickerItems" | "timestamp">

Minimal subset of fields in the forwarded message

Defined in

packages/bot/src/transformers/types.ts:1195