Skip to content

Commit

Permalink
Merge pull request #1668 from coder2020official/master
Browse files Browse the repository at this point in the history
Update asyncio_helper.py
  • Loading branch information
Badiboy authored Aug 13, 2022
2 parents a9b8bae + d3cab9c commit 47ae696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion telebot/asyncio_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -1534,7 +1534,7 @@ async def get_sticker_set(token, name):

async def get_custom_emoji_stickers(token, custom_emoji_ids):
method_url = r'getCustomEmojiStickers'
return _process_request(token, method_url, params={'custom_emoji_ids': custom_emoji_ids})
return await _process_request(token, method_url, params={'custom_emoji_ids': custom_emoji_ids})

async def upload_sticker_file(token, user_id, png_sticker):
method_url = 'uploadStickerFile'
Expand Down

0 comments on commit 47ae696

Please sign in to comment.