get_custom_emoji_stickers() Client.get_custom_emoji_stickers() Get information about custom emoji stickers by their identifiers. Usable by Users Bots Parameters: custom_emoji_ids (int | list[int]) – Custom emoji ID. At most 200 custom emoji identifiers can be specified. Returns: obj: ~pyrogram.types.Sticker | List of Sticker: In case custom_emoji_ids was nota list, a single sticker is returned, otherwise a list of stickers is returned.