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

x/mtkruto/tl/2_types.ts>WallPaperNoFile_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class WallPaperNoFile_
extends _WallPaper_
import { WallPaperNoFile_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Represents a wallpaper only based on colors/gradients.

Constructors

new
WallPaperNoFile_(params: { id: bigint; default?: true; dark?: true; settings?: enums.WallPaperSettings; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
dark: true

Whether this wallpaper should be used in dark mode.

optional
default: true

Whether this is the default wallpaper

id: bigint

Wallpaper ID

optional
settings: enums.WallPaperSettings

Info on how to generate the wallpaper.

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc