Skip to main content
Module

x/mtkruto/mod.ts>types.PageBlockVideo

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

Constructors

new
PageBlockVideo(params: { autoplay?: true; loop?: true; videoId: bigint; caption: TypePageCaption; })

Properties

protected
readonly
[id]
protected
readonly
[params]: Params
optional
autoplay: true
optional
loop: true
videoId: bigint

Static Properties

readonly
[paramDesc]: ParamDesc