AttachedInfoElem constructor

AttachedInfoElem({
  1. GroupHasReadInfo? groupHasReadInfo,
  2. bool? isPrivateChat,
  3. int? hasReadTime,
  4. int? burnDuration,
  5. bool? notSenderNotificationPush,
})

Implementation

AttachedInfoElem({
  this.groupHasReadInfo,
  this.isPrivateChat,
  this.hasReadTime,
  this.burnDuration,
  this.notSenderNotificationPush,
});