new txt()
text message
Returns:
message:object
Methods
set(options)
Building text message
Example
let message = New Message('txt', id); message.set({to: 'user1', msg: 'hello', chatType: 'singleChat', ext:{fontColor: 'red'}, success: function(){}, fail: function(){}})
Parameters:
Name | Type | Description | |||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | -
Properties
|
Returns:
Void