SetChatNotificationSettings constructor

const SetChatNotificationSettings({
  1. required int chatId,
  2. required ChatNotificationSettings notificationSettings,
})

Changes the notification settings of a chat. Notification settings of a chat with the current user (Saved Messages) can't be changed

Implementation

const SetChatNotificationSettings({
  required this.chatId,
  required this.notificationSettings,
});