mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-12 18:19:34 +00:00
Add support of Bot API 4.7. Bump version
This commit is contained in:
parent
4cb9697cb4
commit
33003f2026
167 changed files with 996 additions and 504 deletions
|
|
@ -25,8 +25,7 @@ Description: On success, if the message was sent by the bot, the sent Message is
|
|||
|
||||
## Usage
|
||||
|
||||
|
||||
### As bot method bot
|
||||
### As bot method
|
||||
|
||||
```python3
|
||||
result: Union[Message, bool] = await bot.stop_message_live_location(...)
|
||||
|
|
@ -55,7 +54,6 @@ return StopMessageLiveLocation(...)
|
|||
```
|
||||
|
||||
|
||||
|
||||
## Related pages:
|
||||
|
||||
- [Official documentation](https://core.telegram.org/bots/api#stopmessagelivelocation)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue