Interface BusinessChatLink

Contains information about a business chat link.

interface BusinessChatLink {
    @type: "businessChatLink";
    link: string;
    text: FormattedText;
    title: string;
    view_count: number;
}

Properties

@type: "businessChatLink"
link: string

The HTTPS link.

Message draft text that will be added to the input field.

title: string

Link title.

view_count: number

Number of times the link was used.