GetChatNotificationSettingsExceptions constructor
GetChatNotificationSettingsExceptions({
- String? extra,
- int? client_id,
- NotificationSettingsScope? scope,
- Bool? compare_sound,
Implementation
GetChatNotificationSettingsExceptions({
super.extra,
super.client_id,
this.scope,
this.compare_sound,
});