excluded_chat_ids property

List<int> excluded_chat_ids
read / write

The chat identifiers of always excluded chats in the folder. There can be up to getOption("chat_folder_chosen_chat_count_max") always excluded non-secret chats and the same number of secret chats, but the limit can be increased with Telegram Premium.

Implementation

late List<int> excluded_chat_ids;