-
Notifications
You must be signed in to change notification settings - Fork 37
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
Spring bot support file upload feature in MS Teams app #445
Comments
@robmoffat we will discuss on today meeting. I had also sent detail over mail, as i was not able to attached the images here. |
How to get attachments into SimpleMessageAction:
|
How to get from SimpleMessageAction to controller parameters:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Support file upload feature in MS Teams app
Description of Problem:
User can upload files in MS Teams with App.
Potential Solutions:
Our goal is to land this upload file in @ChatReuest controller method
In framework we need to modify complete flow.
like MessageActivityHandler --> ActionConsumer --> ChatHandlerMapping --> @chatRequest
The text was updated successfully, but these errors were encountered: