From f3486b3730524be5aa6e63dca50c1ba5e4d840b7 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:36:36 +0300 Subject: [PATCH] send_document thumbnail Co-authored-by: _run --- telebot/async_telebot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telebot/async_telebot.py b/telebot/async_telebot.py index 0dcb9e4..fa97afa 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -2933,7 +2933,7 @@ class AsyncTeleBot: :type message_thread_id: :obj:`int` :param thumb: Deprecated. Use thumbnail instead - +:type thumbnail: :obj:`str` or :class:`telebot.types.InputFile` :return: On success, the sent Message is returned. :rtype: :class:`telebot.types.Message` """