From cb5431d976e11ea9444075e4de88b8e23ffbf35b Mon Sep 17 00:00:00 2001 From: omg-xtao <100690902+omg-xtao@users.noreply.github.com> Date: Wed, 17 Aug 2022 23:58:47 +0800 Subject: [PATCH] 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> --- pyrogram/methods/messages/get_custom_emoji_stickers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.