QChatServerMarkReadResult constructor

QChatServerMarkReadResult(
  1. List<int>? successServerIds,
  2. List<int>? failedServerIds,
  3. int? timestamp
)

Implementation

QChatServerMarkReadResult(
    this.successServerIds, this.failedServerIds, this.timestamp);