MadelineProto/docs/API_docs/constructors/pageBlockVideo.md

652 B

title description
pageBlockVideo pageBlockVideo attributes, type and example

Constructor: pageBlockVideo

Back to constructors index

Attributes:

Name Type Required
autoplay Bool Optional
loop Bool Optional
video_id long Required
caption RichText Required

Type: PageBlock

Example:

$pageBlockVideo = ['_' => 'pageBlockVideo', 'autoplay' => true, 'loop' => true, 'video_id' => long, 'caption' => RichText, ];