Skip to main content
Module

x/grammy/mod.ts>Context#replyWithLocation

The Telegram Bot Framework.
Very Popular
Go to Latest
method Context.prototype.replyWithLocation
Re-export
import { Context } from "https://deno.land/x/grammy@v1.10.1/mod.ts";

Context-aware alias for api.sendLocation. Use this method to send point on the map. On success, the sent Message is returned.

Parameters

latitude: number

Latitude of the location

longitude: number

Longitude of the location

optional
other: Other<"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