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
)