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 5aa4eb7 commit 30596caCopy full SHA for 30596ca
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