Interface
APIMessageSnapshot
Snapshot of a forwarded message's content and metadata.
Properties
| Name | Type | Description |
|---|---|---|
| attachments? | APIMessageAttachment[] | null | Attachments from the original message. |
| content? | string | null | Message text content. |
| edited_timestamp? | string | null | ISO-8601 timestamp when the original message was last edited. |
| embeds? | APIEmbed[] | null | Embeds from the original message. |
| mention_roles? | Snowflake[] | null | Role IDs mentioned in the original message. |
| mentions? | string[] | null | User IDs mentioned in the original message. |
| stickers? | APIMessageSticker[] | null | Stickers from the original message. |
| timestamp | string | ISO-8601 timestamp when the original message was sent. |
| type? | MessageType | Original message type. |