25 lines
598 B
Markdown
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)
|
|
|
|
|