We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f369c commit 1c1d037Copy full SHA for 1c1d037
1 file changed
src/directLine.ts
@@ -315,6 +315,7 @@ export interface IActivity {
315
eTag?: string,
316
from: User,
317
id?: string,
318
+ replyToId?: string,
319
timestamp?: string,
320
deliveryMode?: DeliveryMode
321
}
0 commit comments