---
title: "sendLocation"
method: POST
path: "/bot{token}/sendLocation"
---

# sendLocation

`POST /bot{token}/sendLocation`

Use this method to send point on the map.

## Path parameters

- `token` string, required

## Request body

- object
  - `chat_id` string — Unique identifier for the target chat or username of the target channel (in the format `@channelusername`)
  - `latitude` number, double — Latitude of location
  - `longitude` number, double — Longitude of location
  - `disable_notification` boolean — Sends the message [silently](https://telegram.org/blog/channels-2-0#silent-messages). iOS users will not receive a notification, Android users will receive a notification with no sound. Other apps coming soon.
  - `reply_to_message_id` integer — If the message is a reply, ID of the original message
  - `reply_markup` object — Additional interface options. A JSON-serialized object for a [custom reply keyboard](doc:keyboards), instructions to hide keyboard or to force a reply from the user.

## Response `200`

200

- object
  - `ok` boolean
  - `result` object
    - `message_id` integer
    - `from` object
      - `id` integer
      - `first_name` string
      - `username` string
    - `chat` object
      - `id` integer
      - `first_name` string
      - `last_name` string
      - `username` string
      - `type` string
    - `date` integer
    - `location` object
      - `latitude` number
      - `longitude` number

## Other responses

- `400` — 400

---

[API](https://skmtc.net/telegram/apis/api-settings.md) · [All operations](https://skmtc.net/telegram/apis/api-settings/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telegram/api-settings/versions/1933ff0a8d5f/schema)
