Skip to content

🔧 set_sticker_emoji_list

Use this method to set the emoji list of a sticker set.

âš™ī¸ Parameters

  • sticker (str )
  • emoji_list (List of str ): List of emojis

📲 Returns

bool

📀 Examples

-đŸĒĢ Required Parameters

await bot.set_sticker_emoji_list(
    sticker=your_sticker_here,
    emoji_list=your_emoji_list_here
)