ScopeNotificationSettings constructor
const
ScopeNotificationSettings({})
Contains information about notification settings for several chats
Implementation
const ScopeNotificationSettings({
required this.muteFor,
required this.sound,
required this.showPreview,
required this.disablePinnedMessageNotifications,
required this.disableMentionNotifications,
this.extra,
this.clientId,
});