Skip to main content
Module

x/mtkruto/mod.ts>functions.AccountUploadWallPaper

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

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