TDLib v0.0.2 TDLib.Object.Venue View Source
Describes a venue.
| Name | Type | Description |
|---|---|---|
| location | location | Venue location; as defined by the sender. |
| title | string | Venue name; as defined by the sender. |
| address | string | Venue address; as defined by the sender. |
| provider | string | Provider of the venue database; as defined by the sender. Currently only “foursquare” needs to be supported. |
| id | string | Identifier of the venue in the provider database; as defined by the sender. |
More details on telegram’s documentation.