Interface TargetChatInternalLink

The chat needs to be open with the provided internal link. Subtype of TargetChat.

interface TargetChatInternalLink {
    @type: "targetChatInternalLink";
    link: InternalLinkType;
}

Properties

Properties

@type: "targetChatInternalLink"

An internal link pointing to the chat.