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