{ "meta": {}, "group": { "title": "Updating messages", "anchor": "updating-messages" }, "object": { "anchor": "stopmessagelivelocation", "name": "stopMessageLiveLocation", "description": "Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned.", "html_description": "

Use this method to stop updating a live location message before live_period expires. On success, if the message is not an inline message, the edited Message is returned, otherwise True is returned.

", "rst_description": "Use this method to stop updating a live location message before *live_period* expires. On success, if the message is not an inline message, the edited :class:`aiogram.types.message.Message` is returned, otherwise :code:`True` is returned.", "annotations": [ { "type": "Integer or String", "required": false, "description": "Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)", "html_description": "Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)", "rst_description": "Required if *inline_message_id* is not specified. Unique identifier for the target chat or username of the target channel (in the format :code:`@channelusername`)\n", "name": "chat_id" }, { "type": "Integer", "required": false, "description": "Required if inline_message_id is not specified. Identifier of the message with live location to stop", "html_description": "Required if inline_message_id is not specified. Identifier of the message with live location to stop", "rst_description": "Required if *inline_message_id* is not specified. Identifier of the message with live location to stop\n", "name": "message_id" }, { "type": "String", "required": false, "description": "Required if chat_id and message_id are not specified. Identifier of the inline message", "html_description": "Required if chat_id and message_id are not specified. Identifier of the inline message", "rst_description": "Required if *chat_id* and *message_id* are not specified. Identifier of the inline message\n", "name": "inline_message_id" }, { "type": "InlineKeyboardMarkup", "required": false, "description": "A JSON-serialized object for a new inline keyboard.", "html_description": "A JSON-serialized object for a new inline keyboard.", "rst_description": "A JSON-serialized object for a new `inline keyboard `_.\n", "name": "reply_markup" } ], "category": "methods" } }