Interface

APIMessageSnapshot

Snapshot of a forwarded message's content and metadata.

Properties

NameTypeDescription
attachments?APIMessageAttachment[] | nullAttachments from the original message.
content?string | nullMessage text content.
edited_timestamp?string | nullISO-8601 timestamp when the original message was last edited.
embeds?APIEmbed[] | nullEmbeds from the original message.
mention_roles?Snowflake[] | nullRole IDs mentioned in the original message.
mentions?string[] | nullUser IDs mentioned in the original message.
stickers?APIMessageSticker[] | nullStickers from the original message.
timestampstringISO-8601 timestamp when the original message was sent.
type?MessageTypeOriginal message type.