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

    Type Alias SubjectDraft

    SubjectDraft: Readonly<
        {
            createdAt: number;
            emojiTags?: readonly NostrTag[];
            extensionTags?: readonly NostrTag[];
            icon?: AttachmentMetadata;
            participants: readonly NostrPublicKey[];
            subject: string;
        },
    >

    Complete canonical group-subject writer input.