V2TIMMessageListGetOption constructor

V2TIMMessageListGetOption(
  1. {int? getType,
  2. String? userID,
  3. String? groupID,
  4. int? count,
  5. V2TimMessage? lastMsg,
  6. int? getTimeBegin,
  7. int? getTimePeriod}
)

Implementation

V2TIMMessageListGetOption({
  this.getType,
  this.userID,
  this.groupID,
  this.count,
  this.lastMsg,
  this.getTimeBegin,
  this.getTimePeriod,
});