TDLib v0.0.2 TDLib.Object.Venue View Source

Describes a venue.

NameTypeDescription
locationlocationVenue location; as defined by the sender.
titlestringVenue name; as defined by the sender.
addressstringVenue address; as defined by the sender.
providerstringProvider of the venue database; as defined by the sender. Currently only “foursquare” needs to be supported.
idstringIdentifier of the venue in the provider database; as defined by the sender.

More details on telegram’s documentation.