Skip to content

Commit 1242cd6

Browse files
authored
Clarify that a modal interaction from a button has a message object (#7559)
* Update receiving-and-responding.mdx * fix table
1 parent a01324f commit 1242cd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/interactions/receiving-and-responding.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For [Message Components](/docs/components/reference) it includes identifying inf
3030
| user? | [user](/docs/resources/user#user-object) object | User object for the invoking user, if invoked in a DM |
3131
| token | string | Continuation token for responding to the interaction |
3232
| 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 |
3434
| app_permissions\*\*\* | string | Bitwise set of permissions the app has in the source location of the interaction |
3535
| locale?\*\*\*\* | string | Selected [language](/docs/reference#locales) of the invoking user |
3636
| guild_locale? | string | [Guild's preferred locale](/docs/resources/guild#guild-object), if invoked in a guild |

0 commit comments

Comments
 (0)