This repository was archived by the owner on Jun 11, 2025. It is now read-only.
|
very great tool. I really enjoyed using your library to communicate with Skype. However, when I tried to send message to Bing using your library it did not work. I checked the Sk?ype ID of Bing in my software but when I send a message, it sends it to that ID but not Bing. Do you know if there is a way to solve this |
Answered by
Terrance
Jun 18, 2023
Replies: 1 comment
|
See the discussion in #225 for how to retrieve the Bing user as a bot. In short, Skype for Web does not advertise it as a bot in the usual way, which means trying to fetch it by ID alone will result in the wrong type of user being identified -- you can use |
0 replies
Answer selected by
sjm008
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See the discussion in #225 for how to retrieve the Bing user as a bot. In short, Skype for Web does not advertise it as a bot in the usual way, which means trying to fetch it by ID alone will result in the wrong type of user being identified -- you can use
SkypeContacts.botbefore syncing contacts (or after clearing the cache) to ensure it's considered a bot.