UpdateNotificationGroup constructor

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

A list of active notifications in a notification group has changed

Implementation

UpdateNotificationGroup