Results

@Serializable
data class Results(val accounts: List<Account>, val statuses: List<Status>, val hashtags: List<Tag>)

Represents the results of a search.

Constructors

Link copied to clipboard
constructor(accounts: List<Account>, statuses: List<Status>, hashtags: List<Tag>)

Properties

Link copied to clipboard

Accounts which matched the query.

Link copied to clipboard

Hashtags which matched the query.

Link copied to clipboard

Statuses which matched the query.