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.

Constructors

Link copied to clipboard
constructor(dids: List<Did>, viewer: Did? = null, socialProof: List<Did>? = null)

Properties

Link copied to clipboard
val dids: List<Did>
Link copied to clipboard

DIDs to hydrate social proof (known followers) for. DIDs not also present in dids are ignored.

Link copied to clipboard
val viewer: Did?

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.

Functions

Link copied to clipboard