Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 1.08 KB

File metadata and controls

24 lines (21 loc) · 1.08 KB

# FeedPost

Properties

Name Type Description Notes
_id string
tenant_id string
title string [optional]
from_user_id string [optional]
from_user_display_name string [optional]
from_user_avatar string [optional]
from_ip_hash string [optional]
tags string[] [optional]
weight float [optional]
meta array<string,string> Construct a type with a set of properties K of type T [optional]
content_html string [optional]
media \FastComments\Client\Model\FeedPostMediaItem[] [optional]
links \FastComments\Client\Model\FeedPostLink[] [optional]
created_at \DateTime
reacts array<string,int> [optional]
comment_count int [optional]

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