Skip to main content
Module

x/mtkruto/mod.ts>types.MessagesFeaturedStickers

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

Constructors

new
MessagesFeaturedStickers(params: { premium?: true; hash: bigint; count: number; sets: Array<TypeStickerSetCovered>; unread: Array<bigint>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
count: number
hash: bigint
optional
premium: true
unread: Array<bigint>

Static Properties

readonly
[paramDesc]: ParamDesc