GetThreadRootsResponse constructor

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

Implementation

GetThreadRootsResponse({
  required this.chunk,
  this.nextBatch,
});