We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b143c75 commit 6c70148Copy full SHA for 6c70148
1 file changed
msteams-platform/bots/build-notification-capability.md
@@ -249,7 +249,7 @@ You can customize sending the notification to the following targets:
249
// list all installation targets
250
for (const target of await notificationApp.notification.installations()) {
251
// "Channel" means this bot is installed to a Team (default to notify General channel)
252
- if (target.type === "Channel") {
+ if (target.type === "channel") {
253
// Directly notify the Team (to the default General channel)
254
await target.sendAdaptiveCard(...);
255
0 commit comments