TDLib v0.0.2 TDLib.Object.PageBlockEmbeddedPost View Source
An embedded post.
| Name | Type | Description |
|---|---|---|
| url | string | Web page URL. |
| author | string | Post author. |
| author_photo | photo | Post author photo. |
| date | number | Point in time (Unix timestamp) when the post was created; 0 if unknown. |
| page_blocks | PageBlock[] | Post content. |
| caption | RichText | Post caption. |
More details on telegram’s documentation.