From 46100edd97ee5331cdf201b5464bf2fd4ed70132 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:37:22 +0300 Subject: [PATCH] send_video_note thumbnail hint 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 bc3f5d6..bf85813 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -3305,7 +3305,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` """