Skip to main content

botInlineMessageMediaVenue

Send a venue

type tg.BotInlineMessageMediaVenue struct { /* ... */ }

Implements BotInlineMessage.

Fields

NameTypeRequiredDescription
GeoGeoPointClassyesGeolocation of venue
TitlestringyesVenue name
AddressstringyesAddress
ProviderstringyesVenue provider: currently only "foursquare" and "gplaces" (Google Places) need to be supported
VenueIDstringyesVenue ID in the provider's database
VenueTypestringyesVenue type in the provider's database
ReplyMarkupReplyMarkupClassInline keyboard

References