@softcose/softchat - v0.1.0
    Preparing search index...

    Type Alias ChatMessageDraft

    ChatMessageDraft: Readonly<
        {
            attachments?: readonly AttachmentMetadata[];
            content: string;
            createdAt: number;
            emojiTags?: readonly NostrTag[];
            extensionTags?: readonly NostrTag[];
            participants: readonly NostrPublicKey[];
            relation?: ChatRelation;
        },
    >

    Complete canonical kind-14 writer input.