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

User mention object.

Reference

User mention object

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.UserMention{
  id: pos_integer(),
  id_str: String.t(),
  indices: [non_neg_integer()],
  name: String.t(),
  raw_data: term(),
  screen_name: String.t()
}