Skype bot can not be added to group chat

3.7k views Asked by At

I'm developing a bot for Skype and enabled setting that allows to add this bot to Group Chats. However, when I click to "Add People" button, I can see only the real people, but Skype Bots are hidden there (even the official ones).

There is an official doc that Skype bot can be added to the group chat as regular Skype account, but I am not able to do it.

My bot is not published, but one on one conversation works well. Also, in the private chat with Bot I can add people to conversation and thus I can create a group with this bot, but the main question is how to add the bot to the existing group chat?

3

There are 3 answers

1
borN_free On BEST ANSWER

Finally I was able to add it to the group by opening Web Skype and then opening the private chat with my Bot.

Web Skype showed me a message "Add SkotBot to your contacts" which is very strange because it was already on my contact list. After clicking to this link bot is displayed on the "Add People" list.

4
Lars On

On the configuration page for Skype on the dev.botframework.com site. Make sure you've enabled group messaging:

enter image description here

Additional information about groups on skype can be found here.

1
divineforge On

I had the similar issues. and I try your method/suggestion above, it works! the exact steps for other to read on (based on your suggestion) 1. from Mac Client Skype, I'm using version 7.43 (241) make a 1:1 chat with my bot. (to make it appears on the chat history on web skype later) 2. login the web skype, it will appear as history/conversation on the left. Message sending is disabled. Clicking on the bot icon appears on the chat screen above, it will open the profile 3. Add the bot to contact. 4. Then the bot can be added to the existing group conversation, just like add a normal human contact.

It seems to be some bugs in the Skype ecosystem?