class types.Theme
extends _TypeTheme
import { types } from "https://deno.land/x/mtkruto@0.0.998/2_tl.ts";
const { Theme } = types;
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