Constructor
new InviteUsersRequest(invitedUsers, secondsForReply, parametersopt)
Creates a new instance of the InviteUsersRequest 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 |
|---|---|---|---|---|
invitedUsers | Array.<SFSUser> | | A list of objects representing the Users or Buddies to send the Invitation to. | ||
secondsForReply | number | The number of seconds before the Invitation expires (recommended range: 15 to 40 seconds). | ||
parameters | SFSObject | <optional> | null | An object containing custom parameters with additional Invitation details. |