Interface BusinessChatLinkInfo

Contains information about a business chat link.

interface BusinessChatLinkInfo {
    @type: "businessChatLinkInfo";
    chat_id: number;
    text: FormattedText;
}

Properties

Properties

@type: "businessChatLinkInfo"
chat_id: number

Identifier of the private chat that created the link.

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