From ac41e417c9391925b293515e51afc38a35e9ae5e Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Sun, 20 Jul 2025 18:44:34 +0300 Subject: [PATCH] Add replyToId to IActivity type Fixes #255. --- src/directLine.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/directLine.ts b/src/directLine.ts index 443e0416..c7c97e3f 100644 --- a/src/directLine.ts +++ b/src/directLine.ts @@ -315,6 +315,7 @@ export interface IActivity { eTag?: string, from: User, id?: string, + replyToId?: string, timestamp?: string, deliveryMode?: DeliveryMode }