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

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

Set stickerset thumbnail

Constructors

new
stickers_setStickerSetThumb_(params: { stickerset: enums.InputStickerSet; thumb?: enums.InputDocument; thumb_document_id?: bigint; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
stickerset: enums.InputStickerSet

Stickerset

optional
thumb: enums.InputDocument

Thumbnail (only for normal stickersets, not custom emoji stickersets).

optional
thumb_document_id: bigint

Only for custom emoji stickersets, ID of a custom emoji present in the set to use as thumbnail; pass 0 to fallback to the first custom emoji of the set.

Static Properties

__F: (params: { stickerset: enums.InputStickerSet; thumb?: enums.InputDocument; thumb_document_id?: bigint; }) => enums.messages.StickerSet
readonly
[name]: string
readonly
[paramDesc]: ParamDesc