UpdateScopeNotificationSettings constructor

const UpdateScopeNotificationSettings({
  1. required NotificationSettingsScope scope,
  2. required ScopeNotificationSettings notificationSettings,
  3. dynamic extra,
  4. int? clientId,
})

Notification settings for some type of chats were updated

Implementation

const UpdateScopeNotificationSettings({
  required this.scope,
  required this.notificationSettings,
  this.extra,
  this.clientId,
});