ExTwitter.Model.List (extwitter v0.14.0) View Source
List object.
Reference
Link to this section Summary
Link to this section Types
Specs
t() :: %ExTwitter.Model.List{
created_at: String.t(),
description: String.t(),
following: boolean(),
full_name: String.t(),
id: pos_integer(),
id_str: String.t(),
member_count: non_neg_integer(),
mode: String.t(),
name: String.t(),
raw_data: map(),
slug: String.t(),
subscriber_count: non_neg_integer(),
uri: String.t(),
user: ExTwitter.Model.User.t()
}