Skip to main content
Module

x/mtkruto/mod.ts>InputMessageContentVenue

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
interface InputMessageContentVenue
import { type InputMessageContentVenue } from "https://deno.land/x/mtkruto@0.1.162/mod.ts";

A message content that shares a venue.

Properties

latitude: number

The latitude of the venue.

longitude: number

The longitude of the venue.

title: string

The name of the venue.

address: string

The address of the venue.

optional
foursquareId: string

The Foursquare identifier of the venue.

optional
foursquareType: string

The Foursquare type of the venue.

optional
googlePlaceId: string

The Google Places identifier of the venue.

optional
googlePlaceType: string

The Google Places type of the venue.