Skip to content

ArchiveChatListSettings

Type · TDLib 1.8.67 · d1085f9c

Contains settings for automatic moving of chats to and from the Archive chat lists

ArchiveChatListSettings(
  archive_and_mute_new_chats_from_unknown_users: Bool,
  keep_unmuted_chats_archived: Bool,
  keep_chats_from_folders_archived: Bool
) → ArchiveChatListSettings

archive_and_mute_new_chats_from_unknown_users

Bool

True, if new chats from non-contacts will be automatically archived and muted. Can be set to true only if the option "can_archive_and_mute_new_chats_from_unknown_users" is true

keep_unmuted_chats_archived

Bool

True, if unmuted chats will be kept in the Archive chat list when they get a new message

keep_chats_from_folders_archived

Bool

True, if unmuted chats, that are always included or pinned in a folder, will be kept in the Archive chat list when they get a new message. Ignored if keep_unmuted_chats_archived == true