V2TimConversationListFilter constructor

V2TimConversationListFilter({
  1. int? conversationType,
  2. int? nextSeq,
  3. int? markType,
  4. String? groupName,
  5. int? count,
})

Implementation

V2TimConversationListFilter({
  this.conversationType,
  this.nextSeq,
  this.markType,
  this.groupName,
  this.count,
});