SearchApi

interface SearchApi

Search for content in accounts, statuses and hashtags.

See also

Functions

Link copied to clipboard
abstract suspend fun search(q: String, accountId: String? = null, type: SearchType? = null, excludeUnreviewed: Boolean? = null, attemptResolve: Boolean? = null, onlyFollowing: Boolean? = null, limit: Int? = null, pageInfo: OffsetPageInfo? = null): Results

Searches for content in accounts, statuses and hashtags.