Skip to main content
Module

x/mtkruto/mod.ts>functions.StickersChangeSticker

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

Constructors

new
StickersChangeSticker(params: { sticker: types.TypeInputDocument; emoji?: string; maskCoords?: types.TypeMaskCoords; keywords?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
emoji: string
optional
keywords: string
optional
maskCoords: types.TypeMaskCoords

Static Properties

readonly
[paramDesc]: ParamDesc