mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
810 B
810 B
title | description | nav_exclude | image |
---|---|---|---|
pageBlockRelatedArticles | Related articles | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockRelatedArticles
Related articles
Attributes:
Name | Type | Required | Description |
---|---|---|---|
title | RichText | Yes | Title |
articles | Array of PageRelatedArticle | Yes | Related articles |
Type: PageBlock
Example:
$pageBlockRelatedArticles = ['_' => 'pageBlockRelatedArticles', 'title' => RichText, 'articles' => [PageRelatedArticle, PageRelatedArticle]];