Skip to main content
Module

x/mtkruto/tl/3_functions.ts>stickers_createStickerSet_

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

Constructors

new
stickers_createStickerSet_(params: { masks?: true; animated?: true; videos?: true; emojis?: true; text_color?: true; user_id: enums.InputUser; title: string; short_name: string; thumb?: enums.InputDocument; stickers: Array<enums.InputStickerSetItem>; software?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
animated: true
optional
emojis: true
optional
masks: true
short_name: string
optional
software: string
stickers: Array<enums.InputStickerSetItem>
optional
text_color: true
optional
thumb: enums.InputDocument
title: string
user_id: enums.InputUser
optional
videos: true

Static Properties

__F
readonly
[name]
readonly
[paramDesc]: ParamDesc