QChatGetByPageResult constructor

QChatGetByPageResult({
  1. bool hasMore = false,
  2. int? nextTimeTag,
})

Implementation

QChatGetByPageResult({this.hasMore = false, this.nextTimeTag});