mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
get_custom_emoji_stickers docstring fix
This commit is contained in:
parent
492657b1e9
commit
95cfddf13e
1 changed files with 2 additions and 2 deletions
|
|
@ -3051,9 +3051,9 @@ class Bot(BaseBot, DataMixin, ContextInstanceMixin):
|
|||
Use this method to get information about custom emoji stickers by their identifiers.
|
||||
|
||||
|
||||
Source: https://core.telegram.org/bots/api#uploadstickerfile
|
||||
Source: https://core.telegram.org/bots/api#getcustomemojistickers
|
||||
|
||||
:param custom_emoji_ids: User identifier of sticker file owner
|
||||
:param custom_emoji_ids: List of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
|
||||
:type custom_emoji_ids: :obj:`typing.List[base.String]`
|
||||
:return: Returns an Array of Sticker objects.
|
||||
:rtype: :obj:`typing.List[types.Sticker]`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue