Event Type: comment
comment
[* Object Comment]: Comment Informationcomment_id
[* String]: Comment-Object IDcomment_type
[String]: Comment-Object Type, enumeration- merchandise
- feed
- article
- comment
- other
author_account_id
[String]: Author Account ID of Comment-Object, Empty when Comment-Object is not created by users. Example: merchandisecomment_text
[String]: Comment-Textcomment_images
[Array String]: Comment-Images, Comment Images URL array
{
"comment": {
"comment_id": "NHDKDOMO837",
"comment_type": "feed",
"author_account_id": "123456",
"comment_text": "Good",
"comment_images": [
"https://tdfeed.com/a.jpg"
]
}
}