NotificationGroup constructor

NotificationGroup({
  1. String? extra,
  2. int? client_id,
  3. int32? id,
  4. NotificationGroupType? type,
  5. int53? chat_id,
  6. int32? total_count,
  7. vector<Notification>? notifications,
})

Implementation

NotificationGroup({
  super.extra,
  super.client_id,
  this.id,
  this.type,
  this.chat_id,
  this.total_count,
  this.notifications,
});