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

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StickersCreateStickerSet
extends Function<types.TypeMessagesStickerSet>
import { StickersCreateStickerSet } from "https://deno.land/x/mtkruto@0.0.989/tl/3_functions.ts";

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
stickers: Array<types.TypeInputStickerSetItem>
optional
textColor: true
optional
thumb: types.TypeInputDocument
title: string
userId: types.TypeInputUser
optional
videos: true

Static Properties

readonly
[paramDesc]: ParamDesc