SetChatNotificationSettings constructor
SetChatNotificationSettings({
- String? extra,
- int? client_id,
- int53? chat_id,
- ChatNotificationSettings? notification_settings,
Implementation
SetChatNotificationSettings({
super.extra,
super.client_id,
this.chat_id,
this.notification_settings,
});