class tl.Api.Theme
extends VirtualClass<{ creator?: boolean; default?: boolean; forChat?: boolean; id: long; accessHash: long; slug: string; title: string; document?: Api.TypeDocument; settings?: Api.TypeThemeSettings[]; emoticon?: string; installsCount?: int; }>
import { tl } from "https://deno.land/x/grm@0.5.2/mod.ts";
const { Theme } = tl.Api;
Properties
optional
document: Api.TypeDocumentoptional
settings: Api.TypeThemeSettings[]Static Methods
fromReader(reader: Reader): Theme