GetTrendsSkeletonQueryParams

data class GetTrendsSkeletonQueryParams(val viewer: Did? = null, val limit: Long? = 10)

Parameters

viewer

DID of the account making the request (not included for public/unauthenticated queries).

Constructors

Link copied to clipboard
constructor(viewer: Did? = null, limit: Long? = 10)

Properties

Link copied to clipboard
val limit: Long? = 10
Link copied to clipboard
val viewer: Did? = null

DID of the account making the request (not included for public/unauthenticated queries).

Functions

Link copied to clipboard