You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/resources/Message.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ Represents a message sent in a channel within Discord.
43
43
| message_reference? |[message reference](#DOCS_RESOURCES_MESSAGE/message-reference-structure) object | data showing the source of a crosspost, channel follow add, pin, or reply message |
44
44
| message_snapshots? \[5\]| array of [message snapshot](#DOCS_RESOURCES_MESSAGE/message-snapshot-object) objects | the message associated with the `message_reference`. This is a minimal subset of fields in a message (e.g. `author` is excluded.) |
45
45
| referenced_message? \[4\]| ?[message object](#DOCS_RESOURCES_MESSAGE/message-object)| the message associated with the message_reference |
46
-
| interaction_metadata? |[message interaction metadata object](#DOCS_RESOURCES_MESSAGE/message-interaction-metadata-object)| Sent if the message is sent as a result of an [interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/)|
46
+
| interaction_metadata? |[message interaction metadata object](#DOCS_RESOURCES_MESSAGE/message-interaction-metadata-object)| Sent if the message is sent as a result of an [interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/)|
47
47
| interaction? |[message interaction object](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/message-interaction-object-message-interaction-structure)|**Deprecated in favor of `interaction_metadata`**; sent if the message is a response to an [interaction](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/)|
48
48
| thread? |[channel](#DOCS_RESOURCES_CHANNEL/channel-object) object | the thread that was started from this message, includes [thread member](#DOCS_RESOURCES_CHANNEL/thread-member-object) object |
49
49
| components? \[2\]| array of [message components](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/component-object)| sent if the message contains components like buttons, action rows, or other interactive components |
0 commit comments