Skip to main content
Module

x/grm/mod.ts>tl.Api.UpdateStickerSetsOrder

MTProto API Client for Deno 🦕
Go to Latest
class tl.Api.UpdateStickerSetsOrder
extends VirtualClass<{ masks?: boolean; emojis?: boolean; order: long[]; }>
import { tl } from "https://deno.land/x/grm@0.8.0/mod.ts";
const { UpdateStickerSetsOrder } = tl.Api;

Properties

className: "UpdateStickerSetsOrder"
classType: "constructor"
CONSTRUCTOR_ID: 196268545
optional
emojis: boolean
optional
masks: boolean
order: long[]
SUBCLASS_OF_ID: 2676568142

Static Methods

fromReader(reader: Reader): UpdateStickerSetsOrder