Skip to main content
Module

x/mtkruto/mod.ts>functions.StickersSetStickerSetThumb

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

Constructors

new
StickersSetStickerSetThumb(params: { stickerset: types.TypeInputStickerSet; thumb?: types.TypeInputDocument; thumbDocumentId?: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
stickerset: types.TypeInputStickerSet
optional
thumb: types.TypeInputDocument
optional
thumbDocumentId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc