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

    Type Alias Nip17TextMessage

    Nip17TextMessage: Readonly<
        {
            content: string;
            createdAt: number;
            recipient: NostrPublicKey;
            rumor: NostrRumor;
            sender: NostrPublicKey;
        },
    >

    A validated one-to-one kind-14 text-message view.