View Source ExGram.Model.Venue (ex_gram v0.52.2)

This object represents a venue.

Check the documentation of this model in https://core.telegram.org/bots/api#venue

Summary

Types

@type t() :: %ExGram.Model.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: ExGram.Model.Location.t(),
  title: String.t()
}

Functions