836 B
836 B
title | description | image |
---|---|---|
pageBlockAuthorDate | Author and date of creation of article | 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 pubblication |
Type: PageBlock
Example:
$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int];
Or, if you're into Lua:
pageBlockAuthorDate={_='pageBlockAuthorDate', author=RichText, published_date=int}