2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-08-29 13:27:47 +00:00

Fix get_custom_emoji_stickers parameter type in docs (#1066)

* Fix get_custom_emoji_stickers Int type

* Fix misleading docstring

* Update get_custom_emoji_stickers.py

* Update get_custom_emoji_stickers.py

Co-authored-by: Dan <14043624+delivrance@users.noreply.github.com>
This commit is contained in:
omg-xtao 2022-08-17 23:58:47 +08:00 committed by GitHub
parent ac09411099
commit cb5431d976
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ class GetCustomEmojiStickers:
"""Get information about custom emoji stickers by their identifiers. """Get information about custom emoji stickers by their identifiers.
Parameters: Parameters:
custom_emoji_ids (``int``): custom_emoji_ids (List of ``int``):
List of custom emoji identifiers. List of custom emoji identifiers.
At most 200 custom emoji identifiers can be specified. At most 200 custom emoji identifiers can be specified.