From 14434b398e59b425731421248c2ef2a74f398f60 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:34:08 +0300 Subject: [PATCH 1/8] send_animation 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 8aec551..03910e4 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -2369,7 +2369,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` """ From b0e64d828c7386583cdd0f900d176ba89e601244 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:36:10 +0300 Subject: [PATCH 2/8] send_video 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 04c4e6e..0dcb9e4 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -2766,7 +2766,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` """ From f3486b3730524be5aa6e63dca50c1ba5e4d840b7 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:36:36 +0300 Subject: [PATCH 3/8] 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` """ From 018b89cdc077d421668925f68c4d6b39ebbf750a Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:37:03 +0300 Subject: [PATCH 4/8] 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 fa97afa..bc3f5d6 100644 --- a/telebot/async_telebot.py +++ b/telebot/async_telebot.py @@ -3118,7 +3118,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` """ From 46100edd97ee5331cdf201b5464bf2fd4ed70132 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:37:22 +0300 Subject: [PATCH 5/8] 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` """ From 6b5c263ee8529536f6f0fba02fcf7cb81987c2b5 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:37:46 +0300 Subject: [PATCH 6/8] 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` """ From b1c172c4211d6ca0774f48df939ff8d6ba87d2f9 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:38:05 +0300 Subject: [PATCH 7/8] send_document 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 03910e4..75b410a 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -2075,7 +2075,7 @@ class TeleBot: :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` """ From 39360e0640999730796375db45089df12a67175b Mon Sep 17 00:00:00 2001 From: Badiboy Date: Sat, 25 Mar 2023 16:38:16 +0300 Subject: [PATCH 8/8] 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` """