botInlineMessageMediaVenue
Send a venue
type tg.BotInlineMessageMediaVenue struct { /* ... */ }
Implements BotInlineMessage.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Geo | GeoPointClass | yes | Geolocation of venue |
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:
botInlineMessageMediaVenue#8a86659c