Share via

Adding "groupchat" scope for MSteam bots

Jyothis 6 Reputation points
2022-05-06T06:03:51.067+00:00

We have created a bot using Botframework (https://dev.botframework.com/bots/new). We send the messages to the bot using the "SERVICE_URL/v3/conversations/" API.
Service url is https://smba.trafficmanager.net/amer/, https://smba.trafficmanager.net/emea/ etc
can you please let us know how the "groupchat" scope can be added/enabled for this bot, so that we can this bot to a team or groups?

Microsoft Teams | Development
Microsoft Teams | Development

Building, integrating, or customizing apps and workflows within Microsoft Teams using developer tools and APIs

0 comments No comments

1 answer

Sort by: Most helpful
  1. Prasad-MSFT 10,496 Reputation points Microsoft External Staff Moderator
    2022-05-06T06:41:18.347+00:00

    You can add scopes in your manifest. Scopes specifies whether the bot offers an experience in the context of a channel in a team, in a group chat (groupchat), or an experience scoped to an individual user alone (personal). These options are non-exclusive.
    https://learn.microsoft.com/en-us/microsoftteams/platform/resources/schema/manifest-schema#bots

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.