2017-08-25 15:05:53 +02:00
|
|
|
---
|
|
|
|
title: pageBlockEmbeddedPost
|
|
|
|
description: Embedded post
|
|
|
|
---
|
|
|
|
## Constructor: pageBlockEmbeddedPost
|
|
|
|
[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|
|
2017-09-29 15:50:59 +02:00
|
|
|
|author\_photo|[photo](../constructors/photo.md) | Yes|Post author photo|
|
2017-08-25 15:05:53 +02:00
|
|
|
|date|[int](../types/int.md) | Yes|Post date, unix time. 0 if unknown|
|
2017-09-29 15:50:59 +02:00
|
|
|
|page\_blocks|Array of [PageBlock](../types/PageBlock.md) | Yes|Post content|
|
2017-08-25 15:05:53 +02:00
|
|
|
|caption|[RichText](../types/RichText.md) | Yes|Post caption|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [PageBlock](../types/PageBlock.md)
|
|
|
|
|
|
|
|
|