Messaging system commands
GetMBMessagesByLastChange
Get all new messages.
Input
changedate | date | |
changetime | time | |
read | collection[number] | List of IDs of messages to mark as 'read' |
resumekey | string | If a partial result is returned, provide the resumekey received along with the partial result, to get the rest of the entries |
skip_deleted | bool | If 1 then don't send deleted messages |
Output
messages | collection[ mbmessage ] | The messages |
SendMBMessage
Input
message | mbmessage | The new message |
Output
message | mbmessage | The new message |