Replace types ty methods in docs/api/methods

This commit is contained in:
jrootjunior 2019-12-11 16:52:21 +02:00
parent 647d03b2d4
commit 1cac963562
65 changed files with 195 additions and 195 deletions

View file

@ -38,9 +38,9 @@ result: Message = await bot.send_poll(...)
Imports:
- `from aiogram.types import SendPoll`
- `from aiogram.api.types import SendPoll`
- `from aiogram.api.types.send_poll import SendPoll`
- `from aiogram.methods import SendPoll`
- `from aiogram.api.methods import SendPoll`
- `from aiogram.api.methods.send_poll import SendPoll`
#### As reply into Webhook
```python3