Skip to main content
Module

x/mtkruto/mod.ts>tl.functions.AccountUpdateTheme

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

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc