timestampToEvent

abstract suspend fun timestampToEvent(roomId: RoomId, timestamp: Long, dir: TimestampToEvent.Direction = TimestampToEvent.Direction.FORWARDS): Result<TimestampToEvent.Response>

See also