mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
897 B
897 B
title | description | nav_exclude | image |
---|---|---|---|
pageBlockVideo | Video | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockVideo
Video
Attributes:
Name | Type | Required | Description |
---|---|---|---|
autoplay | Bool | Optional | Whether the video is set to autoplay |
loop | Bool | Optional | Whether the video is set to loop |
video_id | long | Yes | Video ID |
caption | PageCaption | Yes | Caption |
Type: PageBlock
Example:
$pageBlockVideo = ['_' => 'pageBlockVideo', 'autoplay' => Bool, 'loop' => Bool, 'video_id' => long, 'caption' => PageCaption];