Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesSearchStickerSets

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class functions.MessagesSearchStickerSets
extends Function<types.TypeMessagesFoundStickerSets>
import { functions } from "https://deno.land/x/mtkruto@0.1.114/mod.ts";
const { MessagesSearchStickerSets } = functions;

Constructors

new
MessagesSearchStickerSets(params: { excludeFeatured?: true; q: string; hash: bigint; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
excludeFeatured: true
hash: bigint
q: string

Static Properties

readonly
[paramDesc]: ParamDesc