FamiliarFollowers
Represents a subset of your follows who also follow some other user.
Last modified
Edit this page
Example
[
{
"id":"1",
"accounts":[
{
"id":"1087990",
"username":"moss",
"acct":"moss@goblin.camp",
// ...
},
{
"id":"1092723",
"username":"vivianrose",
"acct":"vivianrose",
// ...
},
// ...
]
},
{
"id":"2",
"accounts":[]
}
]
Attributes
id
Description: The ID of the Account in the database.
Type: String (cast from an integer, but not guaranteed to be a number)
Version history:
3.5.0 - added
accounts
Description: Accounts you follow that also follow this account.
Type: Array of
Account
Version history:
3.5.0 - added