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
| .Message.Activity | Represents the activity sent with a message, such as a game invite, of type _\*discordgo.MessageActivity_. Sent with Rich Presence-related chat embeds. |
238
238
| .Message.ApplicationID | If the message is an interaction- or application-owned webhook, this is the ID of that application. |
239
-
| .Message.Attachments | Attachments of this message (_slice_ of [attachment](https://discord.com/developers/docs/resources/channel#attachment-object) objects). |
239
+
| .Message.Attachments | Attachments of this message (_slice_ of [attachment](https://discord.com/developers/docs/resources/message#attachment-object) objects). |
240
240
| .Message.Author | Author of the message ([User](#user) object). |
241
241
| .Message.ChannelID | Channel ID this message is in. |
242
242
| .Message.Components | Slice of [discordgo.ActionsRow](https://discord.com/developers/docs/interactions/message-components#action-rows)s, which each contain components. Example on indexing the first button or menu under a message: `( index ( index .Message.Components 0 ).Components 0 )`|
@@ -273,7 +273,7 @@ Interaction functions are covered [here](/docs/reference/templates/functions#int
273
273
274
274
\* denotes field that will not have proper return when using `getMessage` function.
275
275
276
-
[Message object in Discord documentation](https://discordapp.com/developers/docs/resources/channel#message-object).
276
+
[Message object in Discord documentation](https://discordapp.com/developers/docs/resources/message#message-object).
0 commit comments