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, ];
```