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

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

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class InputStickerSetItem_
import { InputStickerSetItem_ } from "https://deno.land/x/mtkruto@0.1.190/tl/2_types.ts";

Sticker in a stickerset

Constructors

new
InputStickerSetItem_(params: { document: enums.InputDocument; emoji: string; mask_coords?: enums.MaskCoords; keywords?: string; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
document: enums.InputDocument

The sticker

emoji: string

Associated emoji

optional
keywords: string

Set of keywords, separated by commas (can't be provided for mask stickers)

optional
mask_coords: enums.MaskCoords

Coordinates for mask sticker

Static Properties

readonly
[name]: string
readonly
[paramDesc]: ParamDesc