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

x/mtkruto/mod.ts>types.VideoSizeStickerMarkup

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

Constructors

new
VideoSizeStickerMarkup(params: { stickerset: TypeInputStickerSet; stickerId: bigint; backgroundColors: Array<number>; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
backgroundColors: Array<number>
stickerId: bigint
stickerset: TypeInputStickerSet

Static Properties

readonly
[paramDesc]: ParamDesc