2

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?

borN_free
  • 1,385
  • 11
  • 19

3 Answers3

1

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.

Lars
  • 9,976
  • 4
  • 34
  • 40
  • thanks, but as I said above - I have already done this. This setting is ignored as I can see. Moreover, I can't disable it. I can uncheck, byt after clicking to save button it is again enabled. – borN_free Jan 09 '17 at 21:00
  • I've repro'd the issue and I'm working with the Skype team to determine what is going on. Thx – Lars Jan 09 '17 at 21:10
  • Can you provide the name of your bot for testing? Thanks – Lars Jan 10 '17 at 16:48
  • 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. It's definitely a bug – borN_free Jan 10 '17 at 20:29
1

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.

borN_free
  • 1,385
  • 11
  • 19
  • "and then opening the private chat with my Bot" - how did you do that in web Skype? I can't find private chats anywhere. I've added my bot to my contacts but I can't see it anywhere in web Skype. – szx Jul 16 '17 at 06:18
0

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?

  • This didn't solve it for me, it's weird. Adding the bot to an existing group just won't do anything (after I did your steps), weirdly the bot disappears again from the Skype Web contacts list after a reload. Using the native Windows Skype client the bot gets added and instantly leaves the group. Creating a new group with the bot and another person worked. – chrki Feb 07 '17 at 17:58