(Reddit only) Metadata for the target post, returned alongside the comments in Reddit's single round-trip. Lets integrators render a preview of the post the user is commenting on without an additional request. Absent for non-Reddit platforms and when the upstream response is missing the post listing (deleted post, malformed response).
| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Reddit post base36 id (e.g. "1tjtj26") | [optional] |
| fullname | String | Fullname with type prefix (e.g. "t3_1tjtj26") | [optional] |
| title | String | [optional] | |
| selftext | String | Body text for self-posts (empty for link posts) | [optional] |
| author | String | Reddit username, without the u/ prefix | [optional] |
| subreddit | String | Subreddit name, without the r/ prefix | [optional] |
| permalink | String | Absolute URL to the post on reddit.com | [optional] |
| url | String | For link posts, the external URL; for self-posts, the Reddit permalink | [optional] |
| score | Integer | Net upvotes (upvotes minus downvotes) | [optional] |
| numComments | Integer | [optional] | |
| createdUtc | Integer | Unix timestamp in seconds | [optional] |
| over18 | Boolean | [optional] | |
| stickied | Boolean | [optional] | |
| flairText | String | Link flair text if any | [optional] |
| isGallery | Boolean | True if the post is a Reddit gallery (multiple images) | [optional] |