SetChatNotificationSettings constructor
SetChatNotificationSettings({
- required int chatId,
- ChatNotificationSettings? notificationSettings,
Implementation
SetChatNotificationSettings({
required this.chatId,
this.notificationSettings,
});