Interface
APIMessageReference
Reply/forward reference in GET /channels/{id}/messages.
Properties
| Name | Type | Description |
|---|---|---|
| attachment_ids? | Snowflake[] | Forward: attachment IDs to include when forwarding selected media |
| channel_id | Snowflake | Channel containing the referenced message. |
| embed_indices? | number[] | Forward: embed indices to include when forwarding selected media |
| guild_id? | Snowflake | null | Guild containing the referenced message (if guild message). |
| message_id | Snowflake | ID of the referenced message. |
| type? | MessageReferenceType | MessageReferenceType.Default = reply, MessageReferenceType.Forward = forward |