ExTwitter.Model.Tweet (extwitter v0.14.0) View Source
Tweet object.
Reference
Link to this section Summary
Link to this section Types
Specs
t() :: %ExTwitter.Model.Tweet{
coordinates: ExTwitter.Model.Coordinates.t() | nil,
created_at: String.t(),
current_user_retweet: %{id: pos_integer(), id_str: String.t()} | nil,
entities: ExTwitter.Model.Entities.t(),
extended_entities: ExTwitter.Model.ExtendedEntities.t() | nil,
favorite_count: non_neg_integer() | nil,
favorited: boolean() | nil,
filter_level: String.t(),
full_text: String.t(),
id: pos_integer(),
id_str: String.t(),
in_reply_to_screen_name: String.t() | nil,
in_reply_to_status_id: pos_integer() | nil,
in_reply_to_status_id_str: String.t() | nil,
in_reply_to_user_id: pos_integer() | nil,
in_reply_to_user_id_str: String.t() | nil,
is_quote_status: boolean(),
lang: String.t() | nil,
matching_rules: [ExTwitter.Model.Rule.t()],
place: ExTwitter.Model.Place.t() | nil,
possibly_sensitive: boolean() | nil,
quote_count: non_neg_integer() | nil,
quoted_status: t() | nil,
quoted_status_id: pos_integer() | nil,
quoted_status_id_str: String.t() | nil,
raw_data: map(),
reply_count: non_neg_integer() | nil,
retweet_count: non_neg_integer(),
retweeted: boolean(),
retweeted_status: t() | nil,
scopes: map() | nil,
source: String.t(),
text: String.t(),
truncated: boolean(),
user: ExTwitter.Model.User.t(),
withheld_copyright: boolean() | nil,
withheld_in_countries: [String.t()] | nil,
withheld_scope: String.t() | nil
}