masto
    Preparing search index...

    Interface SuggestionsResource

    interface SuggestionsResource {
        list: Method<
            Paginator<mastodon.v1.Account[], ListSuggestionParams>,
            ListSuggestionParams,
        >;
        $select(id: string): Suggestions$SelectResource;
    }
    Index

    Properties

    Methods

    Properties

    Accounts the user has had past positive interactions with, but is not yet following.

    Parameters

    Array of Accounts

    Methods