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/interactions/receiving-and-responding.mdx
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ For [Message Components](/docs/components/reference) it includes identifying inf
30
30
| user? |[user](/docs/resources/user#user-object) object | User object for the invoking user, if invoked in a DM |
31
31
| token | string | Continuation token for responding to the interaction |
32
32
| version | integer | Read-only property, always `1`|
33
-
| message? |[message](/docs/resources/message#message-object) object | For components, the message they were attached to|
33
+
| message? |[message](/docs/resources/message#message-object) object | For components or modals triggered by components, the message they were attached to |
34
34
| app_permissions\*\*\*| string | Bitwise set of permissions the app has in the source location of the interaction |
35
35
| locale?\*\*\*\*| string | Selected [language](/docs/reference#locales) of the invoking user |
36
36
| guild_locale? | string |[Guild's preferred locale](/docs/resources/guild#guild-object), if invoked in a guild |
0 commit comments