View Source ExTDLib.Object.Venue (ExTDLib v0.0.4)

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" and "gplaces" (Google Places) need to be supported.
idstringIdentifier of the venue in the provider database; as defined by the sender.
typestringType of the venue in the provider database; as defined by the sender.

More details on telegram's documentation.