Interface MessageLink

Contains an HTTPS link to a message in a supergroup or channel, or a forum topic.

interface MessageLink {
    @type: "messageLink";
    is_public?: boolean;
    link: string;
}

Properties

Properties

@type: "messageLink"
is_public?: boolean

True, if the link will work for non-members of the chat.

link: string

The link.