Raw.BotInlineMessageMediaVenue
Send a venue
botInlineMessageMediaVenue#8a86659c flags:# geo:GeoPoint title:string address:string provider:string venue_id:string venue_type:string reply_markup:flags.2?ReplyMarkup = BotInlineMessage;
export namespace Raw {
export class BotInlineMessageMediaVenue {
constructor(params: {
geo: Raw.TypeGeoPoint;
title: string;
address: string;
provider: string;
venueId: string;
venueType: string;
replyMarkup?: Raw.TypeReplyMarkup;
}) {}
}
}
🚫
This is a types constructor, you can’t use it as method when call invoke.
Layer: 185
Constructor ID: 0x8a86659c
Property
geo
: Raw.TypeGeoPointGeolocation of venue
title
: stringVenue name
address
: stringAddress
provider
: stringVenue provider: currently only “foursquare” and “gplaces” (google places) need to be supported
venueId
: stringVenue id in the provider’s database
venueType
: stringVenue type in the provider’s database
replyMarkup
: Raw.TypeReplyMarkup or undefinedInline keyboard