FamiliarFollowers

public struct FamiliarFollowers : Codable, Hashable, Identifiable

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

  • id

    The ID of the Account in the database.

    Declaration

    Swift

    public var id: String
  • Accounts you follow that also follow this account.

    Declaration

    Swift

    public var accounts: [Account]