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.