GetRelatingEventsResponse constructor

GetRelatingEventsResponse({
  1. required List<MatrixEvent> chunk,
  2. String? nextBatch,
  3. String? prevBatch,
  4. int? recursionDepth,
})

Implementation

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