UpdateNotificationGroup constructor
const
UpdateNotificationGroup({
- required int notificationGroupId,
- required NotificationGroupType type,
- required int chatId,
- required int notificationSettingsChatId,
- required int notificationSoundId,
- required int totalCount,
- required List<
Notification> addedNotifications, - required List<
int> removedNotificationIds, - dynamic extra,
- int? clientId,
A list of active notifications in a notification group has changed
Implementation
const UpdateNotificationGroup({
required this.notificationGroupId,
required this.type,
required this.chatId,
required this.notificationSettingsChatId,
required this.notificationSoundId,
required this.totalCount,
required this.addedNotifications,
required this.removedNotificationIds,
this.extra,
this.clientId,
});