Skip to content

Commit f3b4f27

Browse files
authored
forgot to update the message payload
1 parent a18222f commit f3b4f27

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/resources/Message.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Represents a message sent in a channel within Discord.
5454
| resolved? | [resolved](#DOCS_INTERACTIONS_RECEIVING_AND_RESPONDING/interaction-object-resolved-data-structure) data | data for users, members, channels, and roles in the message's [auto-populated select menus](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/select-menus) |
5555
| poll? \[2\] | [poll](#DOCS_RESOURCES_POLL/poll-object) object | A poll! |
5656
| call? | [message call](#DOCS_RESOURCES_MESSAGE/message-call-object) object | the call associated with the message |
57+
| soundboard_sounds? | array of [soundboard sounds](#DOCS_RESOURCES_SOUNDBOARD/soundboard-sound-object) | sent if the message contains soundmojis
5758

5859
\[1\] The author object follows the structure of the user object, but is only a valid user in the case where the message is generated by a user or bot user. If the message is generated by a webhook, the author object corresponds to the webhook's id, username, and avatar. You can tell if a message is generated by a webhook by checking for the `webhook_id` on the message object.
5960

0 commit comments

Comments
 (0)