ts-algochat
    Preparing search index...

    Interface DecryptedContent

    Decrypted message content

    interface DecryptedContent {
        replyToId?: string;
        replyToPreview?: string;
        text: string;
    }
    Index

    Properties

    replyToId?: string
    replyToPreview?: string
    text: string