new Message()
Represents a chat message.
Use WTAPI.Message.Builder to create a new message.
Classes
Methods
getBody() → {string}
Returns body of the message.
Returns:
- Type
- string
getId() → {string}
Returns id of the message, or empty string if id has not been set.
Returns:
- Type
- string