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_uninstallStickerSet_

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

Uninstall a stickerset

Constructors

new
messages_uninstallStickerSet_(params: { stickerset: enums.InputStickerSet; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
stickerset: enums.InputStickerSet

The stickerset to uninstall

Static Properties

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