extwitter v0.11.0 ExTwitter.Model.ProfileGeo

Profile Geo object.

Reference

Profile Geo

Link to this section Summary

Link to this section Types

Link to this type

t()

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