MadelineProto/docs/API_docs/constructors/pageBlockSlideshow.md

28 lines
564 B
Markdown
Raw Normal View History

---
title: pageBlockSlideshow
description: pageBlockSlideshow attributes, type and example
---
## Constructor: pageBlockSlideshow
[Back to constructors index](index.md)
### Attributes:
| Name | Type | Required |
|----------|:-------------:|---------:|
|items|Array of [PageBlock](../types/PageBlock.md) | Required|
|caption|[RichText](../types/RichText.md) | Required|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```
$pageBlockSlideshow = ['_' => 'pageBlockSlideshow', 'items' => [Vector t], 'caption' => RichText, ];
```