Skip to main content
Module

x/mtkruto/mod.ts>types.InputThemeSettings

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

Constructors

new
InputThemeSettings(params: { messageColorsAnimated?: true; baseTheme: TypeBaseTheme; accentColor: number; outboxAccentColor?: number; messageColors?: Array<number>; wallpaper?: TypeInputWallPaper; wallpaperSettings?: TypeWallPaperSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accentColor: number
baseTheme: TypeBaseTheme
optional
messageColors: Array<number>
optional
messageColorsAnimated: true
optional
outboxAccentColor: number
optional
wallpaper: TypeInputWallPaper
optional
wallpaperSettings: TypeWallPaperSettings

Static Properties

readonly
[paramDesc]: ParamDesc