Skip to content

Interface: Comment

@roomful/core


@roomful/core / Comment

Defined in: packages/core/src/types.ts:1803

A single reply within a comment thread.

author: Peer

Defined in: packages/core/src/types.ts:1812

The peer that authored the reply.


createdAt: number

Defined in: packages/core/src/types.ts:1822

The epoch-millisecond timestamp when the reply was created.


id: string

Defined in: packages/core/src/types.ts:1807

Identifies the reply within its thread.


text: string

Defined in: packages/core/src/types.ts:1817

The reply body.