mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2025-01-22 05:41:46 +01:00
782 B
782 B
title | description | nav_exclude | image |
---|---|---|---|
pageBlockAuthorDate | Author and date of creation of article | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockAuthorDate
Author and date of creation of article
Attributes:
Name | Type | Required | Description |
---|---|---|---|
author | RichText | Yes | Author name |
published_date | int | Yes | Date of publication |
Type: PageBlock
Example:
$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int];