Interface GetChatsForChatFolderInviteLink

Returns identifiers of chats from a chat folder, suitable for adding to a chat folder invite link. Request type for Tdjson#getChatsForChatFolderInviteLink.

interface GetChatsForChatFolderInviteLink {
    @type: "getChatsForChatFolderInviteLink";
    chat_folder_id: number;
}

Properties

@type: "getChatsForChatFolderInviteLink"
chat_folder_id: number

Chat folder identifier.