getHomeTimeline

abstract suspend fun getHomeTimeline(onlyLocal: Boolean? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Status>>

Gets the current user's home timeline.