Skip to main content
Module

x/grammy/mod.ts>Api#sendLocation

The Telegram Bot Framework.
Extremely Popular
Go to Latest
method Api.prototype.sendLocation
import { Api } from "https://deno.land/x/grammy@v1.11.1/mod.ts";

Use this method to send point on the map. On success, the sent Message is returned.

Parameters

chat_id: number | string

Unique identifier for the target chat or username of the target channel (in the format @channelusername)

latitude: number

Latitude of the location

longitude: number

Longitude of the location

optional
other: Other<R, "sendLocation", "chat_id" | "latitude" | "longitude">

Optional remaining parameters, confer the official reference below

optional
signal: AbortSignal

Optional AbortSignal to cancel the request

Official reference: https://core.telegram.org/bots/api#sendlocation