Tag

@Serializable
data class Tag(val name: String, val url: String, val history: List<History>? = null) : Pageable

Represents a hashtag used within the content of a status.

Constructors

Link copied to clipboard
constructor(name: String, url: String, history: List<History>? = null)

Properties

Link copied to clipboard
val history: List<History>? = null

Hashtag usage statistics for given days.

Link copied to clipboard
open override val id: String
Link copied to clipboard

The value of the hashtag after the # sign.

Link copied to clipboard
val url: String

URL to the hashtag on the instance.