Skip to main content
Module

x/mtkruto/mod.ts>functions.StickersCreateStickerSet

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

Constructors

new
StickersCreateStickerSet(params: { masks?: true; animated?: true; videos?: true; emojis?: true; textColor?: true; userId: types.TypeInputUser; title: string; shortName: string; thumb?: types.TypeInputDocument; stickers: Array<types.TypeInputStickerSetItem>; software?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
animated: true
optional
emojis: true
optional
masks: true
shortName: string
optional
software: string
optional
textColor: true
title: string
optional
videos: true

Static Properties

readonly
[paramDesc]: ParamDesc