Add shoutout to Button and Thumbnail accessories for Section

This commit is contained in:
Rapptz
2025-09-28 16:07:30 -04:00
parent 5aa4eb7825
commit 30596cad13

View File

@@ -55,7 +55,7 @@ class Section(Item[V]):
\*children: Union[:class:`str`, :class:`TextDisplay`]
The text displays of this section. Up to 3.
accessory: :class:`Item`
The section accessory.
The section accessory. This is usually either a :class:`Button` or :class:`Thumbnail`.
id: Optional[:class:`int`]
The ID of this component. This must be unique across the view.
"""