UpdateScopeNotificationSettings constructor
const
UpdateScopeNotificationSettings({
- required NotificationSettingsScope scope,
- required ScopeNotificationSettings notificationSettings,
- dynamic extra,
- int? clientId,
Notification settings for some type of chats were updated
Implementation
const UpdateScopeNotificationSettings({
required this.scope,
required this.notificationSettings,
this.extra,
this.clientId,
});