Skip to main content
Module

x/mtkruto/mod.ts>types.WallPaperSettings

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

Constructors

new
WallPaperSettings(params?: { blur?: true; motion?: true; backgroundColor?: number; secondBackgroundColor?: number; thirdBackgroundColor?: number; fourthBackgroundColor?: number; intensity?: number; rotation?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
backgroundColor: number
optional
blur: true
optional
fourthBackgroundColor: number
optional
intensity: number
optional
motion: true
optional
rotation: number
optional
secondBackgroundColor: number
optional
thirdBackgroundColor: number

Static Properties

readonly
[paramDesc]: ParamDesc