| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Platform comment ID | |
| post_id | Option<String> | Internal post ID (null for posts not published through Zernio) | |
| platform_post_id | String | Platform's post ID | |
| platform | Platform | (enum: instagram, facebook, twitter, youtube, linkedin, bluesky, reddit) | |
| text | String | Comment text content | |
| author | models::WebhookPayloadCommentCommentAuthor | ||
| created_at | String | ||
| is_reply | bool | Whether this is a reply to another comment | |
| parent_comment_id | Option<String> | Parent comment ID if this is a reply | |
| ad | Option<models::WebhookPayloadCommentCommentAd> | [optional] | |
| attachment | Option<models::WebhookPayloadCommentCommentAttachment> | [optional] |