Skip to content

delete_sticker_from_set

Use this method to delete a sticker from a set created by the bot. Returns True on success.

Parameters

  • sticker (str): File identifier of the sticker

Returns

bool

Examples

  • Required Parameters
await bot.delete_sticker_from_set(
    sticker=your_sticker_here
)