Interface LinkPreviewTypeDirectMessagesChat

The link is a link to a direct messages chat of a channel. Subtype of LinkPreviewType.

interface LinkPreviewTypeDirectMessagesChat {
    @type: "linkPreviewTypeDirectMessagesChat";
    photo: ChatPhoto;
}

Properties

Properties

@type: "linkPreviewTypeDirectMessagesChat"
photo: ChatPhoto

Photo of the channel chat; may be null.