Interface LinkPreviewTypeChannelBoost

The link is a link to boost a channel chat. Subtype of LinkPreviewType.

interface LinkPreviewTypeChannelBoost {
    @type: "linkPreviewTypeChannelBoost";
    photo: ChatPhoto;
}

Properties

Properties

@type: "linkPreviewTypeChannelBoost"
photo: ChatPhoto

Photo of the chat; may be null.