NotificationGroup constructor

NotificationGroup(
  1. {required int id,
  2. required NotificationGroupType type,
  3. required int chat_id,
  4. required int total_count,
  5. required List<Notification> notifications,
  6. int? extra,
  7. int? clientId}
)

Describes a group of notifications

Implementation

NotificationGroup