diff --git a/pyrogram/methods/messages/get_custom_emoji_stickers.py b/pyrogram/methods/messages/get_custom_emoji_stickers.py index f781bf6e..335f4ce9 100644 --- a/pyrogram/methods/messages/get_custom_emoji_stickers.py +++ b/pyrogram/methods/messages/get_custom_emoji_stickers.py @@ -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.