Interface InputBusinessChatLink

Describes a business chat link to create or edit.

interface InputBusinessChatLink {
    @type: "inputBusinessChatLink";
    text: FormattedText;
    title: string;
}

Properties

Properties

@type: "inputBusinessChatLink"

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

title: string

Link title.