Skip to main content
Module

x/mtkruto/mod.ts>types.InputMediaVenue

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

Constructors

new
InputMediaVenue(params: { geoPoint: TypeInputGeoPoint; 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