Constructor
new PrivateMessageRequest(message, recipientId, parametersopt)
Creates a new instance of the PrivateMessageRequest class.
Pass the instance to the SmartFox#send method to validate and execute the request.
Pass the instance to the SmartFox#send method to validate and execute the request.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
message | string | The message to be sent to the recipient User. | ||
recipientId | number | The id of the User to which the message should be sent. | ||
parameters | SFSObject | <optional> | null | An object containing additional custom parameters to be sent to the message recipient. |