We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d786362 commit 8f90b7dCopy full SHA for 8f90b7d
discord/ui/section.py
@@ -55,7 +55,7 @@ class Section(Item[V]):
55
\*children: Union[:class:`str`, :class:`TextDisplay`]
56
The text displays of this section. Up to 3.
57
accessory: :class:`Item`
58
- The section accessory.
+ The section accessory. This is usually either a :class:`Button` or :class:`Thumbnail`.
59
id: Optional[:class:`int`]
60
The ID of this component. This must be unique across the view.
61
"""
0 commit comments