Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/interactions/receiving-and-responding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For [Message Components](/docs/components/reference) it includes identifying inf
| user? | [user](/docs/resources/user#user-object) object | User object for the invoking user, if invoked in a DM |
| token | string | Continuation token for responding to the interaction |
| version | integer | Read-only property, always `1` |
| message? | [message](/docs/resources/message#message-object) object | For components, the message they were attached to |
| message? | [message](/docs/resources/message#message-object) object | For components or modals triggered by components, the message they were attached to |
| app_permissions\*\*\* | string | Bitwise set of permissions the app has in the source location of the interaction |
| locale?\*\*\*\* | string | Selected [language](/docs/reference#locales) of the invoking user |
| guild_locale? | string | [Guild's preferred locale](/docs/resources/guild#guild-object), if invoked in a guild |
Expand Down