Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/mod.ts>Client#sendVenue

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
method Client.prototype.sendVenue
import { Client } from "https://deno.land/x/mtkruto@0.1.139/mod.ts";

Send a venue.

Parameters

chatId: ChatID

The chat to send the venue to.

latitude: number

The latitude of the venue.

longitude: number

The longitude of the venue.

title: string

The title of the venue.

address: string

The written address of the venue.

optional
params: SendVenueParams