ArchiveChatListSettings constructor

const ArchiveChatListSettings({
  1. required bool archiveAndMuteNewChatsFromUnknownUsers,
  2. required bool keepUnmutedChatsArchived,
  3. required bool keepChatsFromFoldersArchived,
  4. dynamic extra,
  5. int? clientId,
})

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,
});