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
)