extwitter v0.11.0 ExTwitter.Model.Entities

Entities object.

Reference

[Entities object[(https://developer.twitter.com/en/docs/tweets/data-dictionary/overview/entities-object)

Link to this section Summary

Link to this section Types

Link to this type

t()

t() :: %ExTwitter.Model.Entities{
  hashtags: [ExTwitter.Model.Hashtag],
  media: [ExTwitter.Model.Media],
  polls: [ExTwitter.Model.Poll],
  raw_data: map(),
  symbols: [ExTwitter.Model.Symbol],
  urls: [ExTwitter.Model.URL],
  user_mentions: [ExTwitter.Model.UserMention]
}