Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.43 KB

File metadata and controls

36 lines (24 loc) · 1.43 KB

ListInboxComments200ResponseDataInner

Properties

Name Type Description Notes
id String [optional]
platform String [optional]
accountId String [optional]
accountUsername String [optional]
content String [optional]
picture String [optional]
permalink String [optional]
createdTime OffsetDateTime [optional]
commentCount Integer [optional]
likeCount Integer [optional]
cid String Bluesky content identifier [optional]
subreddit String Reddit subreddit name [optional]
isAd Boolean 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]
adId String Internal Zernio ad id — only on ad rows. [optional]
placement PlacementEnum Which side of the ad this row's comments are on — only on ad rows. [optional]

Enum: PlacementEnum

Name Value
FACEBOOK "facebook"
INSTAGRAM "instagram"