Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

The order of stickersets was changed

Constructors

new
UpdateStickerSetsOrder_(params: { masks?: true; emojis?: true; order: Array<bigint>; })

Properties

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

Whether the updated stickers are custom emoji stickers

optional
masks: true

Whether the updated stickers are mask stickers

order: Array<bigint>

New sticker order by sticker ID

Static Properties

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