Skip to content

Commit 1c1d037

Browse files
committed
Add replyToId to IActivity type
Fixes #255.
1 parent 18f369c commit 1c1d037

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/directLine.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ export interface IActivity {
315315
eTag?: string,
316316
from: User,
317317
id?: string,
318+
replyToId?: string,
318319
timestamp?: string,
319320
deliveryMode?: DeliveryMode
320321
}

0 commit comments

Comments
 (0)