Skip to content

Commit

Permalink
Update asyncio_helper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
coder2020official committed Aug 13, 2022
1 parent 20bdb54 commit d3cab9c
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 d3cab9c

Please sign in to comment.