mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 02:03:04 +00:00
Replace types ty methods in docs/api/methods
This commit is contained in:
parent
647d03b2d4
commit
1cac963562
65 changed files with 195 additions and 195 deletions
|
|
@ -38,9 +38,9 @@ result: Union[Message, bool] = await bot.edit_message_live_location(...)
|
|||
|
||||
Imports:
|
||||
|
||||
- `from aiogram.types import EditMessageLiveLocation`
|
||||
- `from aiogram.api.types import EditMessageLiveLocation`
|
||||
- `from aiogram.api.types.edit_message_live_location import EditMessageLiveLocation`
|
||||
- `from aiogram.methods import EditMessageLiveLocation`
|
||||
- `from aiogram.api.methods import EditMessageLiveLocation`
|
||||
- `from aiogram.api.methods.edit_message_live_location import EditMessageLiveLocation`
|
||||
|
||||
#### As reply into Webhook
|
||||
```python3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue