mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-28 21:07:59 +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:
parent
ac09411099
commit
cb5431d976
@ -31,7 +31,7 @@ class GetCustomEmojiStickers:
|
||||
"""Get information about custom emoji stickers by their identifiers.
|
||||
|
||||
Parameters:
|
||||
custom_emoji_ids (``int``):
|
||||
custom_emoji_ids (List of ``int``):
|
||||
List of custom emoji identifiers.
|
||||
At most 200 custom emoji identifiers can be specified.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user