chat_ids property

List<int> chat_ids
read / write

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

Implementation

late List<int> chat_ids;