SetChatNotificationSettings constructor

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

Implementation

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