POST /editMessageLiveLocation

Use this method to edit live location messages. A location can be edited until its live_period expires or editing is explicitly disabled by a call to stopMessageLiveLocation. On success, if the edited message is not an inline message, the edited Message is returned, otherwise True is returned.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
heading Integer No

Direction in which the user is moving, in degrees. Must be between 1 and 360 if specified.

proximity_alert_radius Integer No

Maximum distance for proximity alerts about approaching another chat member, in meters. Must be between 1 and 100000 if specified.

message_id Integer No

Required if inline_message_id is not specified. Identifier of the message to edit

inline_message_id String No

Required if chat_id and message_id are not specified. Identifier of the inline message

reply_markup Object No

This object represents an inline keyboard that appears right next to the message it belongs to.

reply_markup.inline_keyboard[] Array Yes

Array of button rows, each represented by an Array of InlineKeyboardButton objects

longitude Number Yes

Longitude of new location

horizontal_accuracy Number No

The radius of uncertainty for the location, measured in meters; 0-1500

chat_id No

Required if inline_message_id is not specified. Unique identifier for the target chat or username of the target channel (in the format @channelusername)

latitude Number Yes

Latitude of new location

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.