You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should provide a sugar method for update an adaptive card. This may require the sendAdaptiveCard method to return a card id or the bot framework keep a list of card ids.
Should provide a sugar method to delete an old subscription (due to changing Webhook address)
Bot.prototype.deleteSubscription = async function (subscriptionId) {
await this.rc.delete(`/restapi/v1.0/subscription/${subscriptionId}`);
};
Sugar method 'setupWebHook' should be changed to 'setupWebHookSubscription' to be more informative.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: