botframework-sdk icon indicating copy to clipboard operation
botframework-sdk copied to clipboard

ConversationAccount non-id fields are optional

Open drmason13 opened this issue 3 years ago • 0 comments

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

Testing

drmason13 avatar Sep 10 '22 13:09 drmason13