Skip to content
New issue

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

handleTeamsFileConsent method added in bot file upload sample nodejs #1195

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Mohammed-MSFT
Copy link
Contributor

Only one method we have implemented in JS sample and we able to get break point on this below method.
handleTeamsFileConsent

Code Snippet :

 async handleTeamsFileConsent(context,response){
        console.log("handleTeamsFileConsent() method executed");
        console.log(context,response);
    }

Copy link
Collaborator

@Pawank-MSFT Pawank-MSFT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks correct, Approving!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants