Interface ChatFolderInviteLinkInfo

Contains information about an invite link to a chat folder.

interface ChatFolderInviteLinkInfo {
    @type: "chatFolderInviteLinkInfo";
    added_chat_ids: number[];
    chat_folder_info: ChatFolderInfo;
    missing_chat_ids: number[];
}

Properties

@type: "chatFolderInviteLinkInfo"
added_chat_ids: number[]

Identifiers of the chats from the link, which are added to the folder already.

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: number[]

Identifiers of the chats from the link, which aren't added to the folder yet.