đ§ get_custom_emoji_stickers
Use this method to get information about custom emoji stickers by their identifiers.
âī¸ Parameters
custom_emoji_ids
(List ofstr
): List of custom emoji identifiers. At most 200 custom emoji identifiers can be specified.
đ˛ Returns
List of Sticker
đ Examples
-đĒĢ Required Parameters
await bot.get_custom_emoji_stickers(
custom_emoji_ids=your_custom_emoji_ids_here
)