ts-algochat
    Preparing search index...

    Interface ReplyContext

    Reply context for threaded messages

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

    Properties

    Properties

    messageId: string
    preview: string