Skip to main content
Module

x/grammy/mod.ts>Context#replyWithVenue

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

Context-aware alias for api.sendVenue. Use this method to send information about a venue. On success, the sent Message is returned.

Parameters

latitude: number

Latitude of the venue

longitude: number

Longitude of the venue

title: string

Name of the venue

address: string

Address of the venue

optional
other: Other<"sendVenue",
| "chat_id"
| "latitude"
| "longitude"
| "title"
| "address"
>

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#sendvenue