đ§ 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
)