Skip to main content
Module

x/mtkruto/mod.ts>types.Theme

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.Theme
extends TypeTheme
import { types } from "https://deno.land/x/mtkruto@0.0.820/mod.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
[id]
protected
readonly
[params]: Params
accessHash: bigint
optional
creator: true
optional
default: true
optional
document: TypeDocument
optional
emoticon: string
optional
forChat: true
id: bigint
optional
installsCount: number
optional
settings: Array<TypeThemeSettings>
slug: string
title: string

Static Properties

readonly
[paramDesc]: ParamDesc