View Source Telegex.Type.Venue (Telegex v1.8.0)

This object represents a venue.

Summary

Types

@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()
}