NIMMessageStatus constructor

NIMMessageStatus({
  1. int? errorCode,
  2. bool? readReceiptSent,
})

Implementation

NIMMessageStatus({this.errorCode, this.readReceiptSent});