From 8376dbfd496e4f597034cb5d415a8ed6b8ccc535 Mon Sep 17 00:00:00 2001 From: DA-344 <108473820+DA-344@users.noreply.github.com> Date: Sun, 20 Apr 2025 12:25:23 +0200 Subject: [PATCH] chore: Add Thumbnail.description char limit to docs --- discord/ui/thumbnail.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/discord/ui/thumbnail.py b/discord/ui/thumbnail.py index 7f21edd3a..f63926991 100644 --- a/discord/ui/thumbnail.py +++ b/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`]