UpdateChatNotificationSettings constructor

UpdateChatNotificationSettings({
  1. required int chatId,
  2. ChatNotificationSettings? notificationSettings,
})

Implementation

UpdateChatNotificationSettings({
  required this.chatId,
  this.notificationSettings,
});