Interface InternalLinkTypeBusinessChat

The link is a link to a business chat. Use getBusinessChatLinkInfo with the provided link name to get information about the link, then open received private chat and replace chat draft with the provided text. Subtype of InternalLinkType.

interface InternalLinkTypeBusinessChat {
    @type: "internalLinkTypeBusinessChat";
    link_name: string;
}

Properties

Properties

@type: "internalLinkTypeBusinessChat"
link_name: string

Name of the link.