InstantMessage
Example:
Creating an InstantMessage
let im = session.createInstantMessage(recipient, text);
im.send().then(() => {
console.warn("Message received by the server");
})
Method Summary
Public Methods | ||
public |
getMessage(): String Get the message |
|
public |
Get the message' receiver |
|
public |
Get the message's composer |
|
public |
Sends the message |