masto
    Preparing search index...

    Interface Lists$SelectAccountsResource

    interface Lists$SelectAccountsResource {
        create: Method<void, AddListAccountsParams, HttpMetaParams<"json">>;
        list: Method<
            Paginator<mastodon.v1.Account[], DefaultPaginationParams>,
            DefaultPaginationParams,
        >;
        remove: Method<void, AddListAccountsParams, HttpMetaParams<"json">>;
    }
    Index

    Properties

    Properties

    Add accounts to the given list. Note that the user must be following these accounts.

    ID of the list in the database

    Parameters

    N/A

    View accounts in list

    ID of the list in the database

    Parameters

    Array of Account

    Remove accounts from the given list.

    ID of the list in the database

    Parameters

    N/A