Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesToggleStickerSets

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

Constructors

new
MessagesToggleStickerSets(params: { uninstall?: true; archive?: true; unarchive?: true; stickersets: Array<types.TypeInputStickerSet>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
archive: true
stickersets: Array<types.TypeInputStickerSet>
optional
unarchive: true
optional
uninstall: true

Static Properties

readonly
[paramDesc]: ParamDesc