cmd

Message. cmd

new cmd()

command message
Returns:
message:object

Methods

set(options)

Building command message
Example
let message = New Message('cmd', id); message.set({to: 'user1', action: 'jitter', chatType: 'singleChat', success: function(){}, fail: function(){}})
Parameters:
Name Type Description
options Object -
Properties
Name Type Description
to String The userId of the message recipient, group ID, or chat room ID
action String command
chatType String chat type, optional value: singleChat、groupChat、chatRoom
ext Object The message extension
success function A callback that the message was sent successfully
fail function Callback for message sending failure
Returns:
Void