MessagesReadStatusUpdate constructor

MessagesReadStatusUpdate({
  1. List<String> ids = const [],
  2. int? time,
  3. bool? status,
  4. String? userId,
})

Returns a new MessagesReadStatusUpdate instance.

Implementation

MessagesReadStatusUpdate({
  this.ids = const [],
  this.time,
  this.status,
  this.userId,
});