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

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_installStickerSet_
extends Function_<enums.messages.StickerSetInstallResult>
import { messages_installStickerSet_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Install a stickerset

Constructors

new
messages_installStickerSet_(params: { stickerset: enums.InputStickerSet; archived: boolean; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
archived: boolean

Whether to archive stickerset

stickerset: enums.InputStickerSet

Stickerset to install

Static Properties

__F: (params: { stickerset: enums.InputStickerSet; archived: boolean; }) => enums.messages.StickerSetInstallResult
readonly
[name]: string
readonly
[paramDesc]: ParamDesc