View Source ExTDLib.Object.ChatFolderInviteLinkInfo (ExTDLib v0.0.4)
Contains information about an invite link to a chat folder.
| Name | Type | Description |
|---|---|---|
| chat_folder_info | chatFolderInfo | Basic information about the chat folder; chat folder identifier will be 0 if the user didn't have the chat folder yet. |
| missing_chat_ids | string | Identifiers of the chats from the link, which aren't added to the folder yet. |
| added_chat_ids | string | Identifiers of the chats from the link, which are added to the folder already. |
More details on telegram's documentation.