From 6b5c263ee8529536f6f0fba02fcf7cb81987c2b5 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:37:46 +0300 Subject: [PATCH] send_animtion 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 bf85813..64807ad 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -3224,7 +3224,7 @@ class AsyncTeleBot: :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` """