MadelineProtoDocs/old_docs/API_docs_v43/constructors/pageBlockKicker.md

39 lines
626 B
Markdown

---
title: pageBlockKicker
description: Kicker
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockKicker
[Back to constructors index](index.md)
Kicker
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|text|[RichText](../types/RichText.md) | Yes|Contents|
### Type: [PageBlock](../types/PageBlock.md)
### Example:
```php
$pageBlockKicker = ['_' => 'pageBlockKicker', 'text' => RichText];
```
Or, if you're into Lua:
```lua
pageBlockKicker={_='pageBlockKicker', text=RichText}
```