đ§ set_sticker_emoji_list
Use this method to set the emoji list of a sticker set.
âī¸ Parameters
sticker(str)emoji_list(List ofstr): List of emojis
đ˛ Returns
bool
đ Examples
-đĒĢ Required Parameters
await bot.set_sticker_emoji_list(
sticker=your_sticker_here,
emoji_list=your_emoji_list_here
)