Interface
MessageReplyTarget
Target message for replyTo / forward on send options.
Properties
| Name | Type | Description |
|---|---|---|
| attachmentIds? | string[] | Attachment ids to include when forwarding. |
| channelId | string | Channel that owns the target message. |
| embedIndices? | number[] | Embed indices to include when forwarding. |
| guildId? | string | null | Guild id when known (optional for DMs / partials). |
| messageId | string | Target message snowflake. |
| type? | MessageReferenceType | MessageReferenceType.Default = reply, MessageReferenceType.Forward = forward |