messageMediaVenue
Venue
type tg.MessageMediaVenue struct { /* ... */ }
Implements MessageMedia.
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 |
References
- Official documentation
- Generated Go reference
- TL definition:
messageMediaVenue#2ec0533f