Skip to main content
Module

x/mtkruto/mod.ts>types.MediaAreaVenue

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MediaAreaVenue
import { types } from "https://deno.land/x/mtkruto@0.1.105/mod.ts";
const { MediaAreaVenue } = types;

Constructors

new
MediaAreaVenue(params: { coordinates: TypeMediaAreaCoordinates; geo: TypeGeoPoint; title: string; address: string; provider: string; venueId: string; venueType: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
address: string
provider: string
title: string
venueId: string
venueType: string

Static Properties

readonly
[paramDesc]: ParamDesc