@microsoft/teamsfx 2.0.1-alpha.e8170e1dc.0 → 2.0.1-alpha.f43656338.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1794,6 +1794,7 @@ class NotificationBot {
1794
1794
  }
1795
1795
  /**
1796
1796
  * Returns the first {@link Channel} where predicate is true, and undefined otherwise.
1797
+ * (Ensure the bot app is installed into the `General` channel, otherwise undefined will be returned.)
1797
1798
  *
1798
1799
  * @remarks
1799
1800
  * Only work on server side.
@@ -1822,6 +1823,7 @@ class NotificationBot {
1822
1823
  }
1823
1824
  /**
1824
1825
  * Returns all {@link Channel} where predicate is true, and empty array otherwise.
1826
+ * (Ensure the bot app is installed into the `General` channel, otherwise empty array will be returned.)
1825
1827
  *
1826
1828
  * @remarks
1827
1829
  * Only work on server side.