Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountCreateTheme

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

Constructors

new
AccountCreateTheme(params: { slug: string; title: string; document?: types.TypeInputDocument; settings?: Array<types.TypeInputThemeSettings>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
document: types.TypeInputDocument
optional
settings: Array<types.TypeInputThemeSettings>
slug: string
title: string

Static Properties

readonly
[paramDesc]: ParamDesc