Skip to content

Interface: CirclePostCommentContent

圈子动态评论内容。

Properties

comment_id

comment_id: string

评论唯一 ID。

Defined in

src/typings/circle.ts:109


comment_total

comment_total: number

回复此评论的评论数。

Defined in

src/typings/circle.ts:119


content

content: string

被回复的内容。

Defined in

src/typings/circle.ts:113


created_at

created_at: number

回复时间。

Defined in

src/typings/circle.ts:115


like_total

like_total: number

点赞数。

Defined in

src/typings/circle.ts:117


quote_l1

quote_l1: string

被回复的评论或动态 ID。

Defined in

src/typings/circle.ts:111


replay_list

replay_list: CirclePostCommentRecord

回复此评论的记录列表。

Defined in

src/typings/circle.ts:121

Released under the MIT License.