botframework-sdk
botframework-sdk copied to clipboard
Bot TurnContext activity in one-on-one chat
Version
4.23.1
Describe the bug
When receiving an activity e.g. in a messaging extension in the bot with TurnContext, there used to be an indicator if the activity is in a named group chat or in a one-on-one chat.
This is what the context looks like:
The "isGroup" flag used to indicate wether it's a group chat or a one-on-one chat. Recently, this flag is always true, even for one-on-one chats.
To Reproduce
- Trigger a messaging extension or similar in a one-on-one chat.
- Receive the bot turn in backend.
- Inspect the turn context received.
Expected behavior
The "isGroup" flag should be false for one-on-one chats