Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/mtkruto/tl/2_types.ts>UpdateStickerSets_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class UpdateStickerSets_
extends _Update_
import { UpdateStickerSets_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Installed stickersets have changed, the client should refetch them as described in the docs.

Constructors

new
UpdateStickerSets_(params?: { masks?: true; emojis?: true; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
optional
emojis: true

Whether the list of installed custom emoji stickersets has changed

optional
masks: true

Whether mask stickersets have changed

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc