getHashtagTimeline

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.