MadelineProto/docs/API_docs/constructors/pageBlockSlideshow.md

564 B

title description
pageBlockSlideshow pageBlockSlideshow attributes, type and example

Constructor: pageBlockSlideshow

Back to constructors index

Attributes:

Name Type Required
items Array of PageBlock Required
caption RichText Required

Type: PageBlock

Example:

$pageBlockSlideshow = ['_' => 'pageBlockSlideshow', 'items' => [Vector t], 'caption' => RichText, ];