From 041cc032f798d3cb930adf073f1214e2c895af7c Mon Sep 17 00:00:00 2001 From: "docsautomation[bot]" <198554515+docsautomation[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 12:16:48 +0000 Subject: [PATCH] Update msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md by Nivedipa-MSFT --- .../how-to/conversations/channel-and-group-conversations.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md b/msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md index 14d2372590f..c3dee7dc821 100644 --- a/msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md +++ b/msteams-platform/bots/how-to/conversations/channel-and-group-conversations.md @@ -431,6 +431,10 @@ You can send a personal message to each member of the team when the bot is added >[!NOTE] > Ensure that the message sent by the bot is relevant and adds value to the initial message and doesn't spam the users. +### Limitations + +Teams bots cannot be installed to a single standard channel only. When a bot is declared with the `team` scope, installation occurs at the team level and the bot is visible across the team’s standard channels. This behavior is by design and cannot be restricted by manifest settings or runtime code. In standard teams, the General channel has special identity behavior, including a channel ID that matches the team ID. Bots are not supported in private or shared channels in the same way as standard channel conversations. + Don't send a message in the following cases: * When the team is large, for example, larger than 100 members. Your bot can be seen as spam and the person who added it can get complaints. You must clearly communicate your bot's value proposition to everyone who sees the welcome message. @@ -449,4 +453,4 @@ Don't send a message in the following cases: * [Get Teams context](~/bots/how-to/get-teams-context.md) * [Create private channel on behalf of user](/graph/api/channel-post#example-2-create-private-channel-on-behalf-of-user) -* [Connect a bot to Web Chat channel](/azure/bot-service/bot-service-channel-connect-webchat) +* [Connect a bot to Web Chat channel](/azure/bot-service/bot-service-channel-connect-webchat) \ No newline at end of file