class Theme
extends _TypeTheme
import { Theme } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";
Constructors
new
Theme(params: { creator?: true; default?: true; forChat?: true; id: bigint; accessHash: bigint; slug: string; title: string; document?: TypeDocument; settings?: Array<TypeThemeSettings>; emoticon?: string; installsCount?: number; })Properties
protected
readonly
[params]: Paramsoptional
document: TypeDocumentoptional
settings: Array<TypeThemeSettings>Static Properties
readonly
[paramDesc]: ParamDesc