exclude_chat_ids property

List<int> exclude_chat_ids
read / write

If non-empty, files from the given chats are excluded. Use 0 as chat identifier to exclude all files not belonging to any chat (e.g., profile photos).

Implementation

late List<int> exclude_chat_ids;