masto
    Preparing search index...

    Interface CollectionWithAccounts

    A curated Collection of accounts that a user recommends others to follow plus the full account data

    interface CollectionWithAccounts {
        accounts: mastodon.v1.Account[];
        collection: Collection;
    }
    Index

    Properties

    Properties

    accounts: mastodon.v1.Account[]

    Full account entities for the owner of the Collection and every account within the Collection.

    collection: Collection

    The actual Collection.