get_custom_emoji_stickers docstring fix

This commit is contained in:
ENCRYPTED 2022-09-17 21:16:10 +03:00 committed by GitHub
parent 492657b1e9
commit 95cfddf13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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]`