Skip to main content
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.117/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