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

Trend object.

Reference

https://developer.twitter.com/en/docs/trends/trends-for-location/api-reference/get-trends-place

Link to this section Summary

Link to this section Types

Specs

t() :: %ExTwitter.Model.Trend{
  name: String.t(),
  promoted_content: String.t() | nil,
  query: String.t(),
  raw_data: map(),
  tweet_volume: pos_integer() | nil,
  url: String.t()
}