Browse Source

chore: Add Thumbnail.description char limit to docs

pull/10166/head
DA-344 1 month ago
parent
commit
8376dbfd49
  1. 2
      discord/ui/thumbnail.py

2
discord/ui/thumbnail.py

@ -52,7 +52,7 @@ class Thumbnail(Item[V]):
to an attachment that matches the ``attachment://filename.extension``
structure.
description: Optional[:class:`str`]
The description of this thumbnail. Defaults to ``None``.
The description of this thumbnail. Up to 256 characters. Defaults to ``None``.
spoiler: :class:`bool`
Whether to flag this thumbnail as a spoiler. Defaults to ``False``.
row: Optional[:class:`int`]

Loading…
Cancel
Save