masto
    Preparing search index...

    Interface AccountsSearchResource

    interface AccountsSearchResource {
        list: Method<
            Paginator<mastodon.v1.Account[], SearchAccountsParams>,
            SearchAccountsParams,
        >;
    }
    Index

    Properties

    Properties

    Search for matching accounts by username or display name.

    Parameters

    Array of Account