GetProfilesQueryParams

constructor(dids: List<Did>, viewer: Did? = null, 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.