UpdateNotificationGroup constructor

UpdateNotificationGroup({
  1. String? extra,
  2. int? client_id,
  3. int32? notification_group_id,
  4. NotificationGroupType? type,
  5. int53? chat_id,
  6. int53? notification_settings_chat_id,
  7. int64? notification_sound_id,
  8. int32? total_count,
  9. vector<Notification>? added_notifications,
  10. vector<int32>? removed_notification_ids,
})

Implementation

UpdateNotificationGroup({
  super.extra,
  super.client_id,
  this.notification_group_id,
  this.type,
  this.chat_id,
  this.notification_settings_chat_id,
  this.notification_sound_id,
  this.total_count,
  this.added_notifications,
  this.removed_notification_ids,
});