Skip to main content

MessageSnapshot

Documentation


Documentation / @discordeno/bot / MessageSnapshot

Interface: MessageSnapshot

Defined in: bot/src/transformers/types.ts:1266

Properties

message

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

Defined in: bot/src/transformers/types.ts:1268

Minimal subset of fields in the forwarded message