QChatMessageQueryOption constructor

QChatMessageQueryOption({
  1. int? toTime,
  2. int? fromTime,
  3. bool? reverse = false,
  4. int? excludeMessageId,
  5. int? limit,
})

Implementation

QChatMessageQueryOption(
    {this.toTime,
    this.fromTime,
    this.reverse = false,
    this.excludeMessageId,
    this.limit});