MadelineProtoDocs/docs/API_docs/constructors/pageBlockAuthorDate.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];