GetProfilesQueryParams
data class GetProfilesQueryParams(val dids: List<Did>, val viewer: Did? = null, val socialProof: List<Did>? = null)
Parameters
viewer
DID of the account on whose behalf the request is made (not included for public/unauthenticated requests). Used for viewer-relative state, including social proof.
socialProof
DIDs to hydrate social proof (known followers) for. DIDs not also present in dids are ignored.