Interface DeleteBusinessChatLink

Deletes a business chat link of the current account. Request type for Tdjson#deleteBusinessChatLink.

interface DeleteBusinessChatLink {
    @type: "deleteBusinessChatLink";
    link: string;
}

Properties

Properties

@type: "deleteBusinessChatLink"
link: string

The link to delete.