pageRelatedArticle
Related article
type tg.PageRelatedArticle struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
URL | string | yes | URL of article |
WebpageID | int64 | yes | Webpage ID of generated IV preview |
Title | string | — | Title |
Description | string | — | Description |
PhotoID | int64 | — | ID of preview photo |
Author | string | — | Author name |
PublishedDate | int | — | Date of publication |
References
- Official documentation
- Generated Go reference
- TL definition:
pageRelatedArticle#b390dc08