Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesInstallStickerSet

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

Constructors

new
MessagesInstallStickerSet(params: { stickerset: types.TypeInputStickerSet; archived: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
archived: boolean
stickerset: types.TypeInputStickerSet

Static Properties

readonly
[paramDesc]: ParamDesc