We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d727e71 commit 250a8c6Copy full SHA for 250a8c6
1 file changed
src/directLine.ts
@@ -190,7 +190,7 @@ export interface Message extends IActivity {
190
attachmentLayout?: AttachmentLayout,
191
attachments?: Attachment[],
192
entities?: any[],
193
- suggestedActions?: { actions: CardAction[] }
+ suggestedActions?: { actions: CardAction[], to?: string[] }
194
}
195
196
export interface Typing extends IActivity {
0 commit comments