MadelineProtoDocs/docs/TD_docs/constructors/pageBlockAuthorDate.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

25 lines
598 B
Markdown

---
title: pageBlockAuthorDate
description: Author and publish date of a page
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockAuthorDate
[Back to constructors index](index.md)
Author and publish date of a page
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|author|[RichText](../types/RichText.md) | Yes|The author|
|publish\_date|[int](../types/int.md) | Yes|Date of article publish, unix time. 0 if unknown|
### Type: [PageBlock](../types/PageBlock.md)