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

Bot TurnContext activity in one-on-one chat

Open LeonYasoon opened this issue 6 months ago • 0 comments

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: Image

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

  1. Trigger a messaging extension or similar in a one-on-one chat.
  2. Receive the bot turn in backend.
  3. Inspect the turn context received.

Expected behavior

The "isGroup" flag should be false for one-on-one chats

LeonYasoon avatar Aug 05 '25 09:08 LeonYasoon