Skip to main content
Module

x/mtkruto/mod.ts>functions.MessagesFaveSticker

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

Constructors

new
MessagesFaveSticker(params: { id: types.TypeInputDocument; unfave: boolean; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
id: types.TypeInputDocument
unfave: boolean

Static Properties

readonly
[paramDesc]: ParamDesc