đ§ set_custom_emoji_sticker_set_thumbnail
Use this method to set the thumbnail of a custom emoji sticker set.
âī¸ Parameters
name(str): Sticker set namecustom_emoji_id(str) (optional): Custom emoji identifier of a sticker from the sticker set; pass an empty string to drop the thumbnail and use the first sticker as the thumbnail.
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.set_custom_emoji_sticker_set_thumbnail(
name=your_name_here
)
-đ All Parameters
await bot.set_custom_emoji_sticker_set_thumbnail(
name=your_name_here,
custom_emoji_id=your_custom_emoji_id_here
)