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_getTheme_

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

Get theme information

Constructors

new
account_getTheme_(params: { format: string; theme: enums.InputTheme; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
format: string

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

theme: enums.InputTheme

Theme

Static Properties

__F: (params: { format: string; theme: enums.InputTheme; }) => enums.Theme
readonly
[name]: string
readonly
[paramDesc]: ParamDesc