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

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

Constructors

new
VideoSizeStickerMarkup_(params: { stickerset: enums.InputStickerSet; sticker_id: bigint; background_colors: Array<number>; })

Properties

protected
readonly
[id]: number
protected
readonly
[params]: Params
background_colors: Array<number>

1, 2, 3 or 4 RBG-24 colors used to generate a solid (1), gradient (2) or freeform gradient (3, 4) background, similar to how fill wallpapers are generated. The rotation angle for gradient backgrounds is 0.

sticker_id: bigint

Sticker ID

stickerset: enums.InputStickerSet

Stickerset

Static Properties

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