mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Correctly fixed get_custom_emoji_stickers method
This commit is contained in:
parent
d47db33fe1
commit
f4d229cdd8
1 changed files with 1 additions and 0 deletions
|
|
@ -3058,6 +3058,7 @@ class Bot(BaseBot, DataMixin, ContextInstanceMixin):
|
|||
:return: Returns an Array of Sticker objects.
|
||||
:rtype: :obj:`typing.List[types.Sticker]`
|
||||
"""
|
||||
custom_emoji_ids = prepare_arg(custom_emoji_ids)
|
||||
payload = generate_payload(**locals())
|
||||
|
||||
result = await self.request(api.Methods.GET_CUSTOM_EMOJI_STICKERS, payload)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue