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)