GetRelatingEventsWithRelTypeResponse constructor

GetRelatingEventsWithRelTypeResponse({
  1. required List<MatrixEvent> chunk,
  2. String? nextBatch,
  3. String? prevBatch,
})

Implementation

GetRelatingEventsWithRelTypeResponse({
  required this.chunk,
  this.nextBatch,
  this.prevBatch,
});