Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesGetArchivedStickers

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

Constructors

new
MessagesGetArchivedStickers(params: { masks?: true; emojis?: true; offsetId: bigint; limit: number; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
emojis: true
limit: number
optional
masks: true
offsetId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc