Interface AddChatFolderByInviteLink

Adds a chat folder by an invite link. Request type for Tdjson#addChatFolderByInviteLink.

interface AddChatFolderByInviteLink {
    @type: "addChatFolderByInviteLink";
    chat_ids: number[];
    invite_link: string;
}

Properties

@type: "addChatFolderByInviteLink"
chat_ids: number[]

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

invite_link: string

Invite link for the chat folder.