MadelineProtoDocs/docs/API_docs/constructors/pageBlockVideo.md
2024-05-01 14:53:46 +02:00

897 B

title description nav_exclude image
pageBlockVideo Video true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockVideo

Back to constructors index

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];