GetTimelineRequest

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

Get a view of the requesting account's home timeline. This is expected to be some form of reverse-chronological feed.

Constructors

Link copied to clipboard
constructor(algorithm: String? = null, cursor: String? = null, limit: Long? = 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? = null