-
Notifications
You must be signed in to change notification settings - Fork 280
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
Skype is not sending the attachment details along with request object in group chats #4652
Comments
Any update on this issue? |
@tracyboehrer is there any update on this issue? |
@Ragu27ag Concerning "...not received in the request object.I need the attachment details for parsing the image" I assume you mean the incoming Activity? Can you provide what you are receiving? |
@tracyboehrer I am Here the image related details such as content url is not getting received if i send to the bot from a group. If image is sent directly to the bot instead of sending image from the group its working fine. But i need to send image from the group. |
@tracyboehrer any update for this issue? |
Hi @Ragu27ag and @tracyboehrer, We reproduced the issue, happening in both JS and .NET bots. |
@tracyboehrer, this issue can be closed, it's not a problem in the SDK. Thanks! |
Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.
Version
What package version of the SDK are you using.
Describe the bug
I am working on a skype bot built using bot framework sdk using node.js . The issue is when the user is posting any image in the group chat where bot is part of the group and if the user is attaching the image along with bot mention for eg : <-the image-> @sample_bot , only the bot mention is getting received in the bot backend and the attachment related things are not received in the request object.I need the attachment details for parsing the image
To Reproduce
Steps to reproduce the behavior:
Expected behavior
we wont be having any image related details in the request object in the log
The text was updated successfully, but these errors were encountered: