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.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For [Message Components](#DOCS_INTERACTIONS_MESSAGE_COMPONENTS/) it includes ide
28
28
| locale?\*\*\*| string | the selected [language](#DOCS_REFERENCE/locales) of the invoking user |
29
29
| guild_locale? | string | the [guild's preferred locale](#DOCS_RESOURCES_GUILD/guild-object), if invoked in a guild |
30
30
31
-
\* This is always present on application command and message component interaction types. It is optional for future-proofing against new interaction types
31
+
\* This is always present on application command, message component, and modal submit interaction types. It is optional for future-proofing against new interaction types
32
32
33
33
\*\*`member` is sent when the interaction is invoked in a guild, and `user` is sent when invoked in a DM
0 commit comments