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

    Type Alias ChatMessage

    ChatMessage: Readonly<
        {
            attachments: readonly AttachmentMetadata[];
            emojiTags: readonly NostrTag[];
            extensionTags: readonly NostrTag[];
            participants: readonly NostrPublicKey[];
            relation: ChatRelation;
            rumor: NostrRumor;
        },
    >

    Typed complete kind-14 message retaining the exact raw rumor.