Appearance
DoCurious API Reference / types / FeedComment
Interface: FeedComment
Defined in: types/community.types.ts:227
A threaded comment on a FeedItem.
Extends
Properties
author?
optionalauthor:object
Defined in: types/community.types.ts:236
avatarUrl?
optionalavatarUrl: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
feedItemId
feedItemId:
string
Defined in: types/community.types.ts:228
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
parentCommentId?
optionalparentCommentId: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