Get Relationships Query Params
data class GetRelationshipsQueryParams(val actor: AtIdentifier, val others: List<AtIdentifier> = emptyList())
Parameters
actor
Primary account requesting relationships for.
others
List of 'other' accounts to be related back to the primary.