ts-algochat
    Preparing search index...

    Interface SendReplyContext

    Reply context used when sending

    interface SendReplyContext {
        messageId: string;
        preview: string;
    }
    Index

    Properties

    Properties

    messageId: string
    preview: string