1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

send_document thumbnail

Co-authored-by: _run <khumogo1@gmail.com>
This commit is contained in:
Badiboy 2023-03-25 16:37:03 +03:00 committed by GitHub
parent f3486b3730
commit 018b89cdc0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3118,7 +3118,7 @@ class AsyncTeleBot:
:type has_spoiler: :obj:`bool` :type has_spoiler: :obj:`bool`
:param thumb: Deprecated. Use thumbnail instead :param thumb: Deprecated. Use thumbnail instead
:type thumbnail: :obj:`str` or :class:`telebot.types.InputFile`
:return: On success, the sent Message is returned. :return: On success, the sent Message is returned.
:rtype: :class:`telebot.types.Message` :rtype: :class:`telebot.types.Message`
""" """