Interface LinkPreviewTypeTheme

The link is a link to a cloud theme. TDLib has no theme support yet. Subtype of LinkPreviewType.

interface LinkPreviewTypeTheme {
    @type: "linkPreviewTypeTheme";
    documents: Document[];
    settings: ThemeSettings;
}

Properties

@type: "linkPreviewTypeTheme"
documents: Document[]

The list of files with theme description.

settings: ThemeSettings

Settings for the cloud theme; may be null if unknown.