# ListInboxComments200ResponseDataInner
| Name |
Type |
Description |
Notes |
| id |
string |
|
[optional] |
| platform |
string |
|
[optional] |
| account_id |
string |
|
[optional] |
| account_username |
string |
|
[optional] |
| content |
string |
|
[optional] |
| picture |
string |
|
[optional] |
| permalink |
string |
|
[optional] |
| created_time |
\DateTime |
|
[optional] |
| comment_count |
int |
|
[optional] |
| like_count |
int |
|
[optional] |
| cid |
string |
Bluesky content identifier |
[optional] |
| subreddit |
string |
Reddit subreddit name |
[optional] |
| is_ad |
bool |
True when this row is an ad (boosted/dark post). `platform` is then the placement (facebook = the Page dark post / instagram = the IG media), `id` is `{adId}:{placement}`, and the thread is at GET /v1/ads/{adId}/comments?placement={placement}. |
[optional] |
| ad_id |
string |
Internal Zernio ad id — only on ad rows. |
[optional] |
| placement |
string |
Which side of the ad this row's comments are on — only on ad rows. |
[optional] |
[Back to Model list] [Back to API list] [Back to README]