GetChatNotificationSettingsExceptions constructor

GetChatNotificationSettingsExceptions({
  1. String? extra,
  2. int? client_id,
  3. NotificationSettingsScope? scope,
  4. Bool? compare_sound,
})

Implementation

GetChatNotificationSettingsExceptions({
  super.extra,
  super.client_id,
  this.scope,
  this.compare_sound,
});