GetChatNotificationSettingsExceptions constructor
const
GetChatNotificationSettingsExceptions({
- NotificationSettingsScope? scope,
- required bool compareSound,
Returns list of chats with non-default notification settings
Implementation
const GetChatNotificationSettingsExceptions({
this.scope,
required this.compareSound,
});