Skip to content

DoCurious API Reference / types / FeedComment

Interface: FeedComment

Defined in: types/community.types.ts:227

A threaded comment on a FeedItem.

Extends

Properties

author?

optional author: object

Defined in: types/community.types.ts:236

avatarUrl?

optional avatarUrl: string

displayName

displayName: string

id

id: string


authorUserId

authorUserId: string

Defined in: types/community.types.ts:229


content

content: string

Defined in: types/community.types.ts:233


createdAt

createdAt: string

Defined in: types/common.types.ts:154

ISO 8601 datetime when the entity was created

Inherited from

BaseEntity.createdAt


feedItemId

feedItemId: string

Defined in: types/community.types.ts:228


id

id: string

Defined in: types/common.types.ts:167

Inherited from

BaseEntity.id


parentCommentId?

optional parentCommentId: string

Defined in: types/community.types.ts:231

Parent comment ID for nested replies; undefined for top-level comments


updatedAt

updatedAt: string

Defined in: types/common.types.ts:156

ISO 8601 datetime when the entity was last modified

Inherited from

BaseEntity.updatedAt

DoCurious Platform Documentation