GetChatNotificationSettingsExceptions constructor

const GetChatNotificationSettingsExceptions({
  1. NotificationSettingsScope? scope,
  2. required bool compareSound,
})

Returns list of chats with non-default notification settings for new messages

Implementation

const GetChatNotificationSettingsExceptions({
  this.scope,
  required this.compareSound,
});