1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-03 22:17:45 +01:00
MadelineProto/docs/API_docs/constructors/pageBlockAuthorDate.md

672 B

title description
pageBlockAuthorDate pageBlockAuthorDate attributes, type and example

Constructor: pageBlockAuthorDate

Back to constructors index

Attributes:

Name Type Required
author RichText Yes
published_date int Yes

Type: PageBlock

Example:

$pageBlockAuthorDate = ['_' => 'pageBlockAuthorDate', 'author' => RichText, 'published_date' => int, ];

Or, if you're into Lua:

pageBlockAuthorDate={_='pageBlockAuthorDate', author=RichText, published_date=int, }