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

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

Associate a stickerset to the supergroup

Constructors

new
channels_setStickers_(params: { channel: enums.InputChannel; stickerset: enums.InputStickerSet; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
channel: enums.InputChannel

Supergroup

stickerset: enums.InputStickerSet

The stickerset to associate

Static Properties

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