@ccw-api/api
Preparing search index...
types/comment
Comment
Interface Comment
interface
Comment
{
commenter
:
OtherUser
;
commenterId
:
number
;
content
:
string
;
createdAt
:
number
;
dislikeCount
:
number
;
disliked
:
boolean
;
ext
:
{}
;
hiddenOpinion
:
null
;
id
:
number
;
likeCount
:
number
;
liked
:
boolean
;
parentId
:
number
;
receiver
:
OtherUser
;
receiverId
:
number
;
replyCount
:
number
;
replyToId
:
number
;
reported
:
boolean
;
sectionType
:
"COMMENT"
;
status
:
"PUBLISHED"
|
"FOLDED"
;
subComments
:
[
]
;
topic
:
TopicInfo
;
topicId
:
number
;
updatedAt
:
number
;
weight
:
number
;
}
Index
Properties
commenter
commenter
Id
content
created
At
dislike
Count
disliked
ext
hidden
Opinion
id
like
Count
liked
parent
Id
receiver
receiver
Id
reply
Count
reply
To
Id
reported
section
Type
status
sub
Comments
topic
topic
Id
updated
At
weight
Properties
commenter
commenter
:
OtherUser
commenter
Id
commenterId
:
number
content
content
:
string
评论内容
created
At
createdAt
:
number
dislike
Count
dislikeCount
:
number
disliked
disliked
:
boolean
ext
ext
:
{}
hidden
Opinion
hiddenOpinion
:
null
id
id
:
number
like
Count
likeCount
:
number
liked
liked
:
boolean
parent
Id
parentId
:
number
如果是评论,则为null,如果是回复,则为回复的评论的id
receiver
receiver
:
OtherUser
receiver
Id
receiverId
:
number
reply
Count
replyCount
:
number
reply
To
Id
replyToId
:
number
reported
reported
:
boolean
section
Type
sectionType
:
"COMMENT"
status
status
:
"PUBLISHED"
|
"FOLDED"
sub
Comments
subComments
:
[
]
topic
topic
:
TopicInfo
topic
Id
topicId
:
number
回复的文章/扩展id
updated
At
updatedAt
:
number
weight
weight
:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
commenter
commenter
Id
content
created
At
dislike
Count
disliked
ext
hidden
Opinion
id
like
Count
liked
parent
Id
receiver
receiver
Id
reply
Count
reply
To
Id
reported
section
Type
status
sub
Comments
topic
topic
Id
updated
At
weight
@ccw-api/api
Loading...
评论内容