mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fix
This commit is contained in:
parent
b132506cd9
commit
472ae326c6
1 changed files with 1 additions and 1 deletions
|
|
@ -26,7 +26,7 @@ As message method
|
|||
|
||||
.. code-block::
|
||||
|
||||
result: Union[Message, bool] = await message.stop_message_live_location(...)
|
||||
result: Union[Message, bool] = await message.stop_live_location(...)
|
||||
|
||||
|
||||
Method as object
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue