Skip to content

Commit cb5431d

Browse files
omg-xtaodelivrance
andauthored
Fix get_custom_emoji_stickers parameter type in docs (pyrogram#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>
1 parent ac09411 commit cb5431d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyrogram/methods/messages/get_custom_emoji_stickers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ async def get_custom_emoji_stickers(
3131
"""Get information about custom emoji stickers by their identifiers.
3232
3333
Parameters:
34-
custom_emoji_ids (``int``):
34+
custom_emoji_ids (List of ``int``):
3535
List of custom emoji identifiers.
3636
At most 200 custom emoji identifiers can be specified.
3737

0 commit comments

Comments
 (0)