Interface FamiliarFollowers

Represents a subset of your follows who also follow some other user.

interface FamiliarFollowers {
    accounts: mastodon.v1.Account[];
    id: string;
}

Properties

Properties

accounts: mastodon.v1.Account[]

Accounts you follow that also follow this account.

id: string

The ID of the Account in the database.

Generated using TypeDoc