mirror of
https://github.com/Rapptz/discord.py.git
synced 2025-10-18 12:04:54 +00:00
Add shoutout to Button and Thumbnail accessories for Section
This commit is contained in:
@@ -55,7 +55,7 @@ class Section(Item[V]):
|
|||||||
\*children: Union[:class:`str`, :class:`TextDisplay`]
|
\*children: Union[:class:`str`, :class:`TextDisplay`]
|
||||||
The text displays of this section. Up to 3.
|
The text displays of this section. Up to 3.
|
||||||
accessory: :class:`Item`
|
accessory: :class:`Item`
|
||||||
The section accessory.
|
The section accessory. This is usually either a :class:`Button` or :class:`Thumbnail`.
|
||||||
id: Optional[:class:`int`]
|
id: Optional[:class:`int`]
|
||||||
The ID of this component. This must be unique across the view.
|
The ID of this component. This must be unique across the view.
|
||||||
"""
|
"""
|
||||||
|
Reference in New Issue
Block a user