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

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