From 3f07dc4ce809004dc23ee44faba488fec128ea27 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sun, 26 Mar 2023 20:04:29 +0300 Subject: [PATCH] thumb Co-authored-by: _run --- telebot/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/__init__.py b/telebot/__init__.py index 6c953e1..c385a29 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -2454,7 +2454,7 @@ class TeleBot: :type message_thread_id: :obj:`int` :param thumb: Deprecated. Use thumbnail instead - + :type thumb: :obj:`str` or :class:`telebot.types.InputFile` :return: On success, the sent Message is returned. :rtype: :class:`telebot.types.Message` """