added_chat_ids property

List<int> added_chat_ids
read / write

Identifiers of the new chats, which are added to the chat folder. The chats are automatically joined if they aren't joined yet.

Implementation

late List<int> added_chat_ids;