extwitter v0.11.0 ExTwitter.Model.Tweet

Tweet object.

Reference

Tweet object

Link to this section Summary

Link to this section Types

Link to this type

t()

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