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

x/mtkruto/tl/3_functions.ts>account_updateTheme_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class account_updateTheme_
extends Function_<enums.Theme>
import { account_updateTheme_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Update theme

Constructors

new
account_updateTheme_(params: { format: string; theme: enums.InputTheme; slug?: string; title?: string; document?: enums.InputDocument; settings?: Array<enums.InputThemeSettings>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
document: enums.InputDocument

Theme file

format: string

Theme format, a string that identifies the theming engines supported by the client

optional
settings: Array<enums.InputThemeSettings>

Theme settings

optional
slug: string

Unique theme ID

theme: enums.InputTheme

Theme to update

optional
title: string

Theme name

Static Properties

__F: (params: { format: string; theme: enums.InputTheme; slug?: string; title?: string; document?: enums.InputDocument; settings?: Array<enums.InputThemeSettings>; }) => enums.Theme
readonly
[name]: string
readonly
[paramDesc]: ParamDesc