Get Suggestions Skeleton Response
data class GetSuggestionsSkeletonResponse(val cursor: String? = null, val actors: List<SkeletonSearchActor>, val relativeToDid: Did? = null, val recId: Long? = null)
Parameters
relative To Did
DID of the account these suggestions are relative to. If this is returned undefined, suggestions are based on the viewer.
rec Id
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)