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
Represents an :class:`ActionRow`-Part for the components of a :class:`discord.Message`.
45
45
46
46
.. note::
47
-
For general information about ActionRow's visit the `Discord-API Documentation <https://discord.com/developers/docs/interactions/message-components#actionrow>`_.
47
+
For general information about ActionRow's visit the `Discord-APIMethodes Documentation <https://discord.com/developers/docs/interactions/message-components#actionrow>`_.
48
48
49
49
.. note::
50
50
You could use a :class:`list` instead of this but you don't have the functions and parameters of this class then.
For general information about Select-Menus visit the `Discord-API-Documentation <https://discord.com/developers/docs/interactions/message-components#select-menus>`_.
253
+
For general information about Select-Menus visit the `Discord-APIMethodes-Documentation <https://discord.com/developers/docs/interactions/message-components#select-menus>`_.
The options that have been selected in the SelectMenu
280
-
281
-
If the option is a number it will be returned as :class:`int` otherwise as :class:`str`.
282
274
283
-
.. note::
284
-
This is only included if the SelectMenu is passed in an event (i.e. :class:`on_select`, :class:`on_raw_selection_select` & :class:`on_selection_select`).
0 commit comments