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

x/mtkruto/mod.ts>types.MessagesFavedStickers

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class types.MessagesFavedStickers
extends _TypeMessagesFavedStickers
import { types } from "https://deno.land/x/mtkruto@0.1.102/mod.ts";
const { MessagesFavedStickers } = types;

Constructors

new
MessagesFavedStickers(params: { hash: bigint; packs: Array<TypeStickerPack>; stickers: Array<TypeDocument>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
hash: bigint
packs: Array<TypeStickerPack>
stickers: Array<TypeDocument>

Static Properties

readonly
[paramDesc]: ParamDesc