Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountInstallTheme

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.AccountInstallTheme
extends Function<boolean>
import { functions } from "https://deno.land/x/mtkruto@0.1.117/mod.ts";
const { AccountInstallTheme } = functions;

Constructors

new
AccountInstallTheme(params?: { dark?: true; theme?: types.TypeInputTheme; format?: string; baseTheme?: types.TypeBaseTheme; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
baseTheme: types.TypeBaseTheme
optional
dark: true
optional
format: string
optional
theme: types.TypeInputTheme

Static Properties

readonly
[paramDesc]: ParamDesc