From 72326f4e290af9994df5e57eaee3eba2551f61ff Mon Sep 17 00:00:00 2001 From: abcdenis Date: Mon, 12 Jan 2026 02:17:54 +0300 Subject: [PATCH] typo in class name --- telethon/client/uploads.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telethon/client/uploads.py b/telethon/client/uploads.py index 9844369b..28e791e1 100644 --- a/telethon/client/uploads.py +++ b/telethon/client/uploads.py @@ -247,7 +247,7 @@ class UploadMethods: Width/height and dimensions/size ratios may be important. For Telegram to accept a thumbnail, you must provide the dimensions of the underlying media through ``attributes=`` - with :tl:`DocumentAttributesVideo` or by installing the + with :tl:`DocumentAttributeVideo` or by installing the optional ``hachoir`` dependency.