ExTwitter.Model.ProfileGeo (extwitter v0.14.0) View Source

Profile Geo object.

Reference

Profile Geo

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.ProfileGeo{
  country: String.t(),
  country_code: String.t(),
  full_name: String.t(),
  geo: ExTwitter.Model.Geo.t(),
  locality: String.t(),
  raw_data: term(),
  region: String.t(),
  sub_region: String.t()
}