class types.InputBotInlineMessageMediaVenue
extends TypeInputBotInlineMessage
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { InputBotInlineMessageMediaVenue } = types;
Constructors
new
InputBotInlineMessageMediaVenue(params: { geoPoint: TypeInputGeoPoint; title: string; address: string; provider: string; venueId: string; venueType: string; replyMarkup?: TypeReplyMarkup; })Properties
geoPoint: TypeInputGeoPoint
optional
replyMarkup: TypeReplyMarkup