We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10b1d commit 733c8a1Copy full SHA for 733c8a1
libraries/botframework-schema/etc/botframework-schema.api.md
@@ -711,7 +711,7 @@ export interface ConversationMembers {
711
712
// @public
713
export interface ConversationParameters {
714
- activity: Activity;
+ activity?: Activity;
715
bot: ChannelAccount;
716
channelData: any;
717
isGroup: boolean;
libraries/botframework-schema/src/index.ts
@@ -873,7 +873,7 @@ export interface ConversationParameters {
873
* (Optional) When creating a new conversation, use this activity as the initial message to the
874
* conversation
875
*/
876
877
/**
878
* Channel specific payload for creating the conversation
879
0 commit comments