peyk.platforms.telegram.methods.get_custom_emoji_stickers¶
- async peyk.platforms.telegram.methods.get_custom_emoji_stickers(self, custom_emoji_ids: Sequence[str]) List[Sticker]¶
Use this method to get information about custom emoji stickers by their identifiers. Returns an Array of Sticker objects.
- Parameters:
custom_emoji_ids – A JSON-serialized list of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
- Returns:
Result returned by Telegram on successful execution.
- Return type:
List[Sticker]