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

@ -35,9 +35,9 @@ result: str = await bot.export_chat_invite_link(...)
Imports:
- `from aiogram.types import ExportChatInviteLink`
- `from aiogram.api.types import ExportChatInviteLink`
- `from aiogram.api.types.export_chat_invite_link import ExportChatInviteLink`
- `from aiogram.methods import ExportChatInviteLink`
- `from aiogram.api.methods import ExportChatInviteLink`
- `from aiogram.api.methods.export_chat_invite_link import ExportChatInviteLink`
#### As reply into Webhook
```python3