mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
606 B
606 B
title | description | nav_exclude | image |
---|---|---|---|
pageListItemText | List item | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageListItemText
List item
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Text |
Type: PageListItem
Example:
$pageListItemText = ['_' => 'pageListItemText', 'text' => RichText];