From 39360e0640999730796375db45089df12a67175b Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:38:16 +0300 Subject: [PATCH] send_video thumbnail hint 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 75b410a..27f4ca6 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -2263,7 +2263,7 @@ class TeleBot: :type has_spoiler: :obj:`bool` :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` """