Supports Bot API 4.6 (Broken tests)

This commit is contained in:
Alex Root Junior 2020-01-24 01:07:22 +02:00
parent 213f2a3c16
commit ae55497842
51 changed files with 244 additions and 63 deletions

View file

@ -31,7 +31,7 @@ Imports:
- `from aiogram.api.methods import DeleteWebhook`
- `from aiogram.api.methods.delete_webhook import DeleteWebhook`
#### As reply into Webhook
#### In handlers with current bot
```python3
result: bool = await DeleteWebhook(...)
```