GetSuggestionsSkeletonResponse

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

Parameters

relativeToDid

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

recIdStr

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, recIdStr: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recId: Long?
Link copied to clipboard

Snowflake for this recommendation, use when submitting recommendation events.

Link copied to clipboard

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