This object represents a venue.
@type t() :: %Telegex.Type.Venue{ address: String.t(), foursquare_id: String.t() | nil, foursquare_type: String.t() | nil, google_place_id: String.t() | nil, google_place_type: String.t() | nil, location: Telegex.Type.Location.t(), title: String.t() }