We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
submit invoke is successful and the handler is called, but the client shows "unable to reach app. Please try again" message.
app.on("card.action", async ({ activity, send }) => { logger.debug("Receive card action from teams", activity); return { status: 200, type: "application/vnd.microsoft.activity.message", value: "Got it!", }; });
The text was updated successfully, but these errors were encountered:
aacebo
Successfully merging a pull request may close this issue.
submit invoke is successful and the handler is called, but the client shows "unable to reach app. Please try again" message.
The text was updated successfully, but these errors were encountered: