awaitPaginate

abstract suspend fun awaitPaginate(direction: Timeline.Direction, count: Int): List<TimelineEvent>

This is the same than the regular paginate method but waits for the results instead of relying on the timeline listener.