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