Interface BusinessChatLinks

Contains a list of business chat links created by the user.

interface BusinessChatLinks {
    @type: "businessChatLinks";
    links: BusinessChatLink[];
}

Properties

Properties

@type: "businessChatLinks"

List of links.