From 472ae326c6bfe1a8ee1ffafd755af0f2173e7260 Mon Sep 17 00:00:00 2001 From: Danipulok Date: Tue, 18 Oct 2022 09:53:33 +0300 Subject: [PATCH] Fix --- docs/api/methods/stop_message_live_location.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/methods/stop_message_live_location.rst b/docs/api/methods/stop_message_live_location.rst index 7216fb34..2cdc3fb4 100644 --- a/docs/api/methods/stop_message_live_location.rst +++ b/docs/api/methods/stop_message_live_location.rst @@ -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