mirror of
https://github.com/eternnoir/pyTelegramBotAPI.git
synced 2023-08-10 21:12:57 +03:00
Renamed the method setStickerSetThumb to setStickerSetThumbnail and its parameter thumb to thumbnail.
This commit is contained in:
@@ -356,7 +356,7 @@ def get_chat_member_count(token, chat_id):
|
||||
|
||||
|
||||
def set_sticker_set_thumb(token, name, user_id, thumb):
|
||||
method_url = r'setStickerSetThumb'
|
||||
method_url = r'setStickerSetThumbnail'
|
||||
payload = {'name': name, 'user_id': user_id}
|
||||
files = {}
|
||||
if thumb:
|
||||
|
||||
Reference in New Issue
Block a user