@archastro/sdk
    Preparing search index...

    Interface ChatMarkThreadReadResponse

    Response returned after marking a chat thread as read. Confirms that the read marker was successfully recorded for the authenticated user.

    interface ChatMarkThreadReadResponse {
        success: boolean;
    }
    Index

    Properties

    Properties

    success: boolean

    Indicates whether the read marker was successfully applied. Always true on success; errors are returned as channel error replies rather than a false value here.