GetSuggestionsSkeletonResponse

data class GetSuggestionsSkeletonResponse(val cursor: String? = null, val actors: List<SkeletonSearchActor>, val relativeToDid: Did? = null)

Parameters

relativeToDid

DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.

Constructors

Link copied to clipboard
constructor(cursor: String? = null, actors: List<SkeletonSearchActor>, relativeToDid: Did? = null)

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val relativeToDid: Did? = null

DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.