Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.04 KB

File metadata and controls

19 lines (14 loc) · 1.04 KB

WebhookPayloadCommentComment

Properties

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

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