Interface GetBusinessChatLinkInfo

Returns information about a business chat link. Request type for Tdjson#getBusinessChatLinkInfo.

interface GetBusinessChatLinkInfo {
    @type: "getBusinessChatLinkInfo";
    link_name: string;
}

Properties

Properties

@type: "getBusinessChatLinkInfo"
link_name: string

Name of the link.