Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.19 KB

File metadata and controls

21 lines (16 loc) · 1.19 KB

WebhookPayloadCommentComment

Properties

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]

[Back to Model list] [Back to API list] [Back to README]