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>AccountUploadWallPaper

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class AccountUploadWallPaper
extends Function<types.TypeWallPaper>
import { AccountUploadWallPaper } from "https://deno.land/x/mtkruto@0.1.105/tl/3_functions.ts";

Constructors

new
AccountUploadWallPaper(params: { forChat?: true; file: types.TypeInputFile; mimeType: string; settings: types.TypeWallPaperSettings; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
file: types.TypeInputFile
optional
forChat: true
mimeType: string
settings: types.TypeWallPaperSettings

Static Properties

readonly
[paramDesc]: ParamDesc