ReadReceiptInfo constructor

ReadReceiptInfo({
  1. String? userID,
  2. String? groupID,
  3. List<String>? msgIDList,
  4. int? readTime,
  5. int? msgFrom,
  6. int? contentType,
  7. int? sessionType,
})

Implementation

ReadReceiptInfo(
    {this.userID,
    this.groupID,
    this.msgIDList,
    this.readTime,
    this.msgFrom,
    this.contentType,
    this.sessionType});