MadelineProtoDocs/docs/API_docs/constructors/pageBlockSlideshow.md

788 B

title description image
pageBlockSlideshow Slideshow https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockSlideshow

Back to constructors index

Slideshow

Attributes:

Name Type Required Description
items Array of PageBlock Yes Items
caption PageCaption Yes Caption

Type: PageBlock

Example:

$pageBlockSlideshow = ['_' => 'pageBlockSlideshow', 'items' => [PageBlock, PageBlock], 'caption' => PageCaption];

Or, if you're into Lua:

pageBlockSlideshow={_='pageBlockSlideshow', items={PageBlock}, caption=PageCaption}