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

@ -34,9 +34,9 @@ result: bool = await bot.unban_chat_member(...)
Imports:
- `from aiogram.types import UnbanChatMember`
- `from aiogram.api.types import UnbanChatMember`
- `from aiogram.api.types.unban_chat_member import UnbanChatMember`
- `from aiogram.methods import UnbanChatMember`
- `from aiogram.api.methods import UnbanChatMember`
- `from aiogram.api.methods.unban_chat_member import UnbanChatMember`
#### As reply into Webhook
```python3