peyk.platforms.telegram.methods.delete_sticker_set¶
- async peyk.platforms.telegram.methods.delete_sticker_set(self, name: str) bool¶
Use this method to delete a sticker set that was created by the bot. Returns True on success.
- Parameters:
name – Sticker set name
- Returns:
Result returned by Telegram on successful execution.
- Return type:
bool