botframework-sdk
botframework-sdk copied to clipboard
ConversationAccount non-id fields are optional
This change matches the current written specification, see https://github.com/microsoft/botframework-sdk/blob/main/specs/botframework-activity/botframework-activity.md#conversation
Fixes #6541
Proposed Changes
- ConversationAccount.name is optional
- ConversationAccount.isGroup is optional
- ConversationAccount.conversationType is optional