Interface GetMessageLinkInfo

Returns information about a public or private message link. Can be called for any internal link of the type internalLinkTypeMessage. Request type for Tdjson#getMessageLinkInfo.

interface GetMessageLinkInfo {
    @type: "getMessageLinkInfo";
    url: string;
}

Properties

Properties

@type: "getMessageLinkInfo"
url: string

The message link.