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>DocumentAttributeSticker_

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

Defines a sticker

Constructors

new
DocumentAttributeSticker_(params: { mask?: true; alt: string; stickerset: enums.InputStickerSet; mask_coords?: enums.MaskCoords; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
alt: string

Alternative emoji representation of sticker

optional
mask: true

Whether this is a mask sticker

optional
mask_coords: enums.MaskCoords

Mask coordinates (if this is a mask sticker, attached to a photo)

stickerset: enums.InputStickerSet

Associated stickerset

Static Properties

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