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

x/mtkruto/tl/3_functions.ts>messages_getArchivedStickers_

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class messages_getArchivedStickers_
extends Function_<enums.messages.ArchivedStickers>
import { messages_getArchivedStickers_ } from "https://deno.land/x/mtkruto@0.1.190/tl/3_functions.ts";

Get all archived stickers

Constructors

new
messages_getArchivedStickers_(params: { masks?: true; emojis?: true; offset_id: bigint; limit: number; })

Properties

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

Maximum number of results to return, see pagination

optional
masks: true

Static Properties

__F: (params: { masks?: true; emojis?: true; offset_id: bigint; limit: number; }) => enums.messages.ArchivedStickers
readonly
[name]: string
readonly
[paramDesc]: ParamDesc