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_toggleStickerSets_

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

Apply changes to multiple stickersets

Constructors

new
messages_toggleStickerSets_(params: { uninstall?: true; archive?: true; unarchive?: true; stickersets: Array<enums.InputStickerSet>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
archive: true

Archive the specified stickersets

stickersets: Array<enums.InputStickerSet>

Stickersets to act upon

optional
unarchive: true

Unarchive the specified stickersets

optional
uninstall: true

Uninstall the specified stickersets

Static Properties

__F: (params: { uninstall?: true; archive?: true; unarchive?: true; stickersets: Array<enums.InputStickerSet>; }) => boolean
readonly
[name]: string
readonly
[paramDesc]: ParamDesc