FamiliarFollowers
Represents a subset of your follows who also follow some other user.
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
See also
GET /api/v1/accounts/:id/familiar_followers app/serializers/rest/familiar_followers_serializer.rbLast updated November 20, 2022 · Improve this page