Constructor
new UnbanUsersFromRoomRequest(userNames, room, messageopt)
Creates a new instance of the UnbanUsersFromRoomRequest 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 |
|---|---|---|---|---|
userNames | Array.<string> | The list of User names to be removed from banishment (max 10). | ||
room | SFSRoom | The object representing the Room where the ban occurred. | ||
message | string | <optional> | null | A custom message to be delivered to the Users before the action is executed. |