GetTimelineQueryParams

data class GetTimelineQueryParams(val algorithm: String? = null, val limit: Long? = 50, val cursor: String? = null)

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, limit: Long? = 50, cursor: String? = null)

Properties

Link copied to clipboard
val algorithm: String? = null

Variant 'algorithm' for timeline. Implementation-specific. NOTE: most feed flexibility has been moved to feed generator mechanism.

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

Functions

Link copied to clipboard