Appearance
DoCurious API Reference / types / FeedComment
Interface: FeedComment
Defined in: types/community.types.ts:246
A threaded comment on a FeedItem.
Extends
Properties
author?
optionalauthor:object
Defined in: types/community.types.ts:255
avatarUrl?
optionalavatarUrl:string
displayName
displayName:
string
id
id:
string
authorUserId
authorUserId:
string
Defined in: types/community.types.ts:248
content
content:
string
Defined in: types/community.types.ts:252
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:247
id
id:
string
Defined in: types/common.types.ts:167
Inherited from
parentCommentId?
optionalparentCommentId:string
Defined in: types/community.types.ts:250
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