mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-31 12:44:52 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue