Skip to main content

inputBotInlineMessageMediaVenue

Venue

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

Implements InputBotInlineMessage.

Fields

NameTypeRequiredDescription
GeoPointInputGeoPointClassyesGeolocation
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