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

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