Reputation:
Is there anyway so you can make a link, that when you click it, you instantly send a message to a user in skype? Like I've seen:
<a href="skype:SKYPENAME?call">Call me</a>
and:
<a href="skype:SKYPENAME?chat">Start chat with me</a>
is there anyway to make a link that sends a chat message, not only starting a chat conversation?
From here: https://msdn.microsoft.com/en-us/library/office/dn745878, it says the following: "Sending instant messages to an individual or establishing a group multi-chat.", but how?
Upvotes: 1
Views: 6813
Reputation: 3360
You can create your personalized button with the Official Skype button generator (action, color and size):
https://www.skype.com/en/developer/create-contactme-buttons/
Upvotes: 0
Reputation: 3360
Upvotes: 0
Reputation: 1313
You can open a Group chat in following way:
skype:user1;user2;user3?chat&topic=Topic
but you can only let the API write a Message as Software. I think it was just a Typo, because a link can't do this...
Upvotes: 2