await Paginate
abstract suspend fun awaitPaginate(direction: Timeline.Direction, count: Int): List<TimelineEvent>
Content copied to clipboard
This is the same than the regular paginate method but waits for the results instead of relying on the timeline listener.