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

Relationship object.

Reference

GET friendships/lookup

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.Relationship{
  connections: [String.t()],
  id: pos_integer(),
  id_str: String.t(),
  name: String.t(),
  raw_data: map(),
  screen_name: String.t()
}