Interface LinkPreviewTypeSupergroupBoost

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

interface LinkPreviewTypeSupergroupBoost {
    @type: "linkPreviewTypeSupergroupBoost";
    photo: ChatPhoto;
}

Properties

Properties

@type: "linkPreviewTypeSupergroupBoost"
photo: ChatPhoto

Photo of the chat; may be null.