GetSuggestionsSkeletonResponse

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

Parameters

relativeToDid

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

recId

Snowflake for this recommendation, use when submitting recommendation events.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard
val cursor: String? = null
Link copied to clipboard
val recId: Long? = null

Snowflake for this recommendation, use when submitting recommendation events.

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.