ArchiveChatListSettings constructor
      const
      ArchiveChatListSettings({})
     
    
Contains settings for automatic moving of chats to and from the Archive chat lists
Implementation
const ArchiveChatListSettings({
  required this.archiveAndMuteNewChatsFromUnknownUsers,
  required this.keepUnmutedChatsArchived,
  required this.keepChatsFromFoldersArchived,
  this.extra,
  this.clientId,
});