1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:27:48 +01:00
MadelineProto/docs/API_docs/constructors/pageBlockFooter.md

27 lines
457 B
Markdown
Raw Normal View History

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