Interface InternalLinkTypeTheme

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

interface InternalLinkTypeTheme {
    @type: "internalLinkTypeTheme";
    theme_name: string;
}

Properties

Properties

@type: "internalLinkTypeTheme"
theme_name: string

Name of the theme.