SuggestionsApi

interface SuggestionsApi

View and manage follow suggestions.

See also

Functions

Link copied to clipboard
abstract suspend fun getFollowSuggestions(limit: Int?): List<Account>

Gets the list of suggested accounts to follow.

Link copied to clipboard
abstract suspend fun removeSuggestion(accountId: String)

Removes an account from the list of suggested accounts to follow.