We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af165a7 + 250a8c6 commit 534920bCopy full SHA for 534920b
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?: CardAction[]
+ suggestedActions?: { actions: CardAction[], to?: string[] }
194
}
195
196
export interface Typing extends IActivity {
0 commit comments