inputBotInlineMessageMediaVenue
Venue
type tg.InputBotInlineMessageMediaVenue struct { /* ... */ }
Implements InputBotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
GeoPoint | InputGeoPointClass | yes | Geolocation |
Title | string | yes | Venue name |
Address | string | yes | Address |
Provider | string | yes | Venue provider: currently only "foursquare" and "gplaces" (Google Places) need to be supported |
VenueID | string | yes | Venue ID in the provider's database |
VenueType | string | yes | Venue type in the provider's database |
ReplyMarkup | ReplyMarkupClass | — | Inline keyboard |
References
- Official documentation
- Generated Go reference
- TL definition:
inputBotInlineMessageMediaVenue#417bbf11