Interface ProcessChatFolderNewChats

Process new chats added to a shareable chat folder by its owner. Request type for Tdjson#processChatFolderNewChats.

interface ProcessChatFolderNewChats {
    @type: "processChatFolderNewChats";
    added_chat_ids: number[];
    chat_folder_id: number;
}

Properties

@type: "processChatFolderNewChats"
added_chat_ids: number[]

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

chat_folder_id: number

Chat folder identifier.