TimelinesApi

interface TimelinesApi

Read and view timelines of statuses.

See also

Functions

Link copied to clipboard
abstract suspend fun getHashtagTimeline(hashtag: String, onlyLocal: Boolean? = null, onlyMedia: Boolean? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Status>>

Gets the timeline for the given hashtag.

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

Gets the current user's home timeline.

Link copied to clipboard
abstract suspend fun getList(listId: String, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Status>>?

Gets the timeline for the given list.

Link copied to clipboard
abstract suspend fun getPublicTimeline(onlyLocal: Boolean? = null, onlyRemote: Boolean? = null, onlyMedia: Boolean? = null, limit: Int? = null, pageInfo: PageInfo? = null): Page<List<Status>>

Gets the public timeline.