ScopeNotificationSettings constructor
const
ScopeNotificationSettings({
- required int muteFor,
- required int soundId,
- required bool showPreview,
- required bool useDefaultMuteStories,
- required bool muteStories,
- required int storySoundId,
- required bool showStorySender,
- required bool disablePinnedMessageNotifications,
- required bool disableMentionNotifications,
- dynamic extra,
- int? clientId,
Contains information about notification settings for several chats
Implementation
const ScopeNotificationSettings({
required this.muteFor,
required this.soundId,
required this.showPreview,
required this.useDefaultMuteStories,
required this.muteStories,
required this.storySoundId,
required this.showStorySender,
required this.disablePinnedMessageNotifications,
required this.disableMentionNotifications,
this.extra,
this.clientId,
});