getEvents

abstract suspend fun getEvents(roomId: RoomId, from: String, dir: GetEvents.Direction = GetEvents.Direction.FORWARDS, to: String? = null, limit: Long? = null, filter: String? = null): Result<GetEvents.Response>

See also