Skip to main content
Module

x/mtkruto/mod.ts>types.WallPaper

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

Constructors

new
WallPaper(params: { id: bigint; creator?: true; default?: true; pattern?: true; dark?: true; accessHash: bigint; slug: string; document: TypeDocument; settings?: TypeWallPaperSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
accessHash: bigint
optional
creator: true
optional
dark: true
optional
default: true
document: TypeDocument
id: bigint
optional
pattern: true
optional
settings: TypeWallPaperSettings
slug: string

Static Properties

readonly
[paramDesc]: ParamDesc