Browse Source

versionadded's and reorders

pull/10166/head
DA-344 2 weeks ago
parent
commit
b699e7e5e5
  1. 30
      docs/interactions/api.rst

30
docs/interactions/api.rst

@ -408,30 +408,44 @@ Enumerations
Represents a component which holds different components in a section.
.. versionadded:: 2.6
.. attribute:: text_display
Represents a text display component.
.. versionadded:: 2.6
.. attribute:: thumbnail
Represents a thumbnail component.
.. versionadded:: 2.6
.. attribute:: media_gallery
Represents a media gallery component.
.. versionadded:: 2.6
.. attribute:: file
Represents a file component.
.. versionadded:: 2.6
.. attribute:: separator
Represents a separator component.
.. versionadded:: 2.6
.. attribute:: container
Represents a component which holds different components in a container.
.. versionadded:: 2.6
.. class:: ButtonStyle
Represents the style of the button component.
@ -596,21 +610,21 @@ View
:members:
:inherited-members:
Modal
~~~~~~
LayoutView
~~~~~~~~~~
.. attributetable:: discord.ui.Modal
.. attributetable:: discord.ui.LayoutView
.. autoclass:: discord.ui.Modal
.. autoclass:: discord.ui.LayoutView
:members:
:inherited-members:
LayoutView
~~~~~~~~~~
Modal
~~~~~~
.. attributetable:: discord.ui.LayoutView
.. attributetable:: discord.ui.Modal
.. autoclass:: discord.ui.LayoutView
.. autoclass:: discord.ui.Modal
:members:
:inherited-members:

Loading…
Cancel
Save