|
Whitebeam Template Reference Documentation
|
Chat Template
modify()
Modify an existing chat room configuration
See Also
rb.chat.create, remove() Syntax
number = rb.chat.modify(data)
Parameters
The 'modify' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | data | struct chatRoom | see definition | Required. Structure containing the information from which the new audit record is to be created |
Results
The 'modify' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the changed record if the changes are successfully applied, or -1 if the update failed
|
Remarks Change the fields in a specific record. |
|
(loadtime : 105ms) |