mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
30 lines
606 B
Markdown
30 lines
606 B
Markdown
|
---
|
||
|
title: "pageListItemText"
|
||
|
description: "List item"
|
||
|
nav_exclude: true
|
||
|
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
|
||
|
---
|
||
|
# Constructor: pageListItemText
|
||
|
[Back to constructors index](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
List item
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required | Description |
|
||
|
|----------|---------------|----------|-------------|
|
||
|
|text|[RichText](/API_docs/types/RichText.html) | Yes|Text|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [PageListItem](/API_docs/types/PageListItem.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$pageListItemText = ['_' => 'pageListItemText', 'text' => RichText];
|
||
|
```
|