GetChatNotificationSettingsExceptions constructor

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

Implementation

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