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

@ -36,9 +36,9 @@ result: Union[Message, bool] = await bot.stop_message_live_location(...)
Imports:
- `from aiogram.types import StopMessageLiveLocation`
- `from aiogram.api.types import StopMessageLiveLocation`
- `from aiogram.api.types.stop_message_live_location import StopMessageLiveLocation`
- `from aiogram.methods import StopMessageLiveLocation`
- `from aiogram.api.methods import StopMessageLiveLocation`
- `from aiogram.api.methods.stop_message_live_location import StopMessageLiveLocation`
#### As reply into Webhook
```python3