Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/mtkruto/tl/2_types.ts>PageBlockVideo

[WIP] Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class PageBlockVideo
extends _TypePageBlock
import { PageBlockVideo } from "https://deno.land/x/mtkruto@0.1.101/tl/2_types.ts";

Constructors

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

Properties

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

Static Properties

readonly
[paramDesc]: ParamDesc