Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>Theme_

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class Theme_
extends _Theme_
import { Theme_ } from "https://deno.land/x/mtkruto@0.1.128/tl/2_types.ts";

Constructors

new
Theme_(params: { creator?: true; default?: true; for_chat?: true; id: bigint; access_hash: bigint; slug: string; title: string; document?: enums.Document; settings?: Array<enums.ThemeSettings>; emoticon?: string; installs_count?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
access_hash: bigint
optional
creator: true
optional
default: true
optional
document: enums.Document
optional
emoticon: string
optional
for_chat: true
id: bigint
optional
installs_count: number
optional
settings: Array<enums.ThemeSettings>
slug: string
title: string

Static Properties

readonly
[name]
readonly
[paramDesc]: ParamDesc