chatlists.getChatlistUpdates
Fetch new chats associated with an imported chat folder deep link ». Must be invoked at most every chatlist_update_period seconds (as per the related client configuration parameter »).
Authorization
bearerAuth In: header
Path Parameters
Workspace ID
Telegram account ID
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Fetch new chats associated with an imported chat folder deep link ». Must be invoked at most every chatlist_update_period seconds (as per the related client configuration parameter »).
Response Body
application/json
application/json
curl -X POST "https://example.com/workspaces/string/telegram-accounts/string/call/chatlists.getChatlistUpdates" \ -H "Content-Type: application/json" \ -d '{ "params": { "chatlist": { "_": "inputChatlistDialogFilter", "filterId": 0 } } }'{ "result": { "_": "chatlists.chatlistUpdates", "missingPeers": [ { "_": "peerUser", "userId": 0 } ], "chats": [ { "_": "chatEmpty", "id": 0 } ], "users": [ { "_": "userEmpty", "id": 0 } ] }}exportChatlistInvite
Export a [folder »](https://core.telegram.org/api/folders), creating a [chat folder deep link »](https://core.telegram.org/api/links#chat-folder-links).
getExportedInvites
List all [chat folder deep links »](https://core.telegram.org/api/links#chat-folder-links) associated to a folder