class types.BotInlineMessageMediaGeo
extends TypeBotInlineMessage
import { types } from "https://deno.land/x/mtkruto@0.0.982/mod.ts";
const { BotInlineMessageMediaGeo } = types;
Constructors
new
BotInlineMessageMediaGeo(params: { geo: TypeGeoPoint; heading?: number; period?: number; proximityNotificationRadius?: number; replyMarkup?: TypeReplyMarkup; })Properties
geo: TypeGeoPoint
optional
replyMarkup: TypeReplyMarkup