FeaturedTag entity
A hashtag that is featured on a profile
Fields
id- the ID of the featured tagname- the name of the hashtag being featured, without the#url- link to all statuses by the user that contain the hashtagstatuses_count- number of authored statuses containing the hashtaglast_status_at- date of the last authored status containing the hashtag, if any
Summary
Types
@type t() :: %Hunter.FeaturedTag{ id: String.t(), last_status_at: String.t() | nil, name: String.t(), statuses_count: non_neg_integer(), url: String.t() }