mediaAreaVenue
Represents a location tag attached to a story, with additional venue information.
type tg.MediaAreaVenue struct { /* ... */ }
Implements MediaArea.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Coordinates | MediaAreaCoordinates | yes | The size and location of the media area corresponding to the location sticker on top of the story media. |
Geo | GeoPointClass | yes | Coordinates of the venue |
Title | string | yes | Venue name |
Address | string | yes | Address |
Provider | string | yes | Venue provider: currently only "foursquare" needs 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:
mediaAreaVenue#be82db9c