Hunter.FamiliarFollowers (hunter v0.8.0)

Copy Markdown View Source

FamiliarFollowers entity

Accounts you follow that also follow a given account

Fields

  • id - the account id these familiar followers relate to
  • accounts - accounts you follow that also follow that account

Summary

Types

t()

@type t() :: %Hunter.FamiliarFollowers{accounts: [Hunter.Account.t()], id: String.t()}