Interface InternalLinkTypeMessage

The link is a link to a Telegram message or a forum topic. Call getMessageLinkInfo with the given URL to process the link, and then open received forum topic or chat and show the message there. Subtype of InternalLinkType.

interface InternalLinkTypeMessage {
    @type: "internalLinkTypeMessage";
    url: string;
}

Properties

Properties

@type: "internalLinkTypeMessage"
url: string

URL to be passed to getMessageLinkInfo.