Private Channel
2 TopicsHow to enable a Microsoft Teams bot to work in private channels?
We have developed a bot for Microsoft Teams that can send messages to: Team members' personal chats Public channels within the team However, when we attempt to install the bot in a private channel, we encounter the following error: "App isn't supported in the private channel. Select another channel." We would like to enable our bot to: Be installed in private channels. Send messages in the private channel where it is installed. Send messages to team members who are part of that private channel. Is there a way to configure the bot or update its app manifest to support private channels? If so, what steps are required? Are there any limitations or additional permissions needed to achieve this?97Views0likes3CommentsPrivate channel creation in a multi geo tenant
Consider this: we create an O365 group via the Graph API (application permissions) where the geo location of the user creating the group is taken into account (e.g. Europe is the central location, North America is the satellite location). See the docs on multi geo tenants. We then make a MS Team out of this O365 Group. When we create a private channel using the Graph API (application permissions), a new SharePoint site collection (SC) is created. Will this new SC be created in the same location as the SC of the Team the private channel was created in ? I'm assuming it is as it makes the most sense. I'm also hoping it is as it is a customer requirement, but hard to verify for me personally. Is there someone who can share their knowledge on this ?Solved1.1KViews0likes2Comments