MadelineProtoDocs/docs/TD_docs/constructors/pageBlockEmbeddedPost.md

29 lines
804 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: pageBlockEmbeddedPost
description: Embedded post
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-04 23:19:57 +00:00
# Constructor: pageBlockEmbeddedPost
2018-04-01 13:19:25 +02:00
[Back to constructors index](index.md)
Embedded post
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|url|[string](../types/string.md) | Yes|Web page URL|
|author|[string](../types/string.md) | Yes|Post author|
|author\_photo|[photo](../constructors/photo.md) | Yes|Post author photo|
|date|[int](../types/int.md) | Yes|Post date, unix time. 0 if unknown|
|page\_blocks|Array of [PageBlock](../types/PageBlock.md) | Yes|Post content|
|caption|[RichText](../types/RichText.md) | Yes|Post caption|
### Type: [PageBlock](../types/PageBlock.md)