mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-11 18:01:04 +00:00
Supports Bot API 4.6 (Broken tests)
This commit is contained in:
parent
213f2a3c16
commit
ae55497842
51 changed files with 244 additions and 63 deletions
|
|
@ -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(...)
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue