DEV Community

RAGUNATH A.G
RAGUNATH A.G

Posted on

Skype is not sending the attachment details along with request object in group chats

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:

Go to skype group chat where bot is part of it
attach an image in the chat box along with bot mention as we are sending this to the bot
check the log after sending this message

Top comments (0)