Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/tl/2_types.ts>InputStickerSetItem

An attempt to write a Deno-native MTProto client
Go to Latest
class InputStickerSetItem
extends TypeInputStickerSetItem
import { InputStickerSetItem } from "https://deno.land/x/mtkruto@0.0.62/tl/2_types.ts";

Constructors

new
InputStickerSetItem(params: { document: TypeInputDocument; emoji: string; maskCoords?: TypeMaskCoords; keywords?: string; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
document: TypeInputDocument
emoji: string
optional
keywords: string
optional
maskCoords: TypeMaskCoords

Static Properties

readonly
[paramDesc]: ParamDesc