Interface Search

Represents the results of a search.

interface Search {
    accounts: mastodon.v1.Account[];
    hashtags: string[];
    statuses: Status[];
}

Properties

accounts: mastodon.v1.Account[]

Accounts which match the given query

hashtags: string[]

Hashtags which match the given query

statuses: Status[]

Statuses which match the given query