createCommentThread

See source code

Create a new comment thread record. Pair with createComment for the thread's first message.

function createCommentThread(props: {
  anchor: TLCommentAnchor;
  createdBy: string;
  meta?: JsonObject;
  now?: number;
  pageId: TLPageId;
}): TLCommentThread;

Parameters

NameDescription

props

{
  anchor: TLCommentAnchor;
  createdBy: string;
  meta?: JsonObject;
  now?: number;
  pageId: TLPageId;
};

Returns

Prev
createCommentReactionId
Next
createCommentThreadId