|
|
Whitebeam Template Reference Documentation
|
Chat Template
remove()
Permanently remove a conversation
See Also
rb.chat.create, modify() Syntax
number = rb.chat.remove(roomID)
Parameters
The 'remove' method takes 1 parameter:
| Name | Type/Value | Range/Length | Description | | roomID | number | | Required. Unique ID of the conversation to be removed |
Results
The 'remove' method returns number:
| Type/Value | Range/Length | Description |
| number |
  |
Unique ID of the conversation that is successfully remove. -1 if that record does not exist
|
Remarks Remove a conversation from |
|
|
(loadtime : 63ms) |