Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSetChatWallPaper

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

Constructors

new
MessagesSetChatWallPaper(params: { peer: types.TypeInputPeer; wallpaper?: types.TypeInputWallPaper; settings?: types.TypeWallPaperSettings; id?: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
id: number
optional
settings: types.TypeWallPaperSettings
optional
wallpaper: types.TypeInputWallPaper

Static Properties

readonly
[paramDesc]: ParamDesc