|
Whitebeam Template Reference Documentation
|
Chat Template
create()
Create a new conversation
See Also
rb.chat.modify, remove() Syntax
number = rb.chat.create(data)
Parameters
The 'create' method takes 1 parameter:
Name | Type/Value | Range/Length | Description | data | struct chatRoom | see definition | Required. Structure containing the information from which the chat room is to be created |
Results
The 'create' method returns number:
Type/Value | Range/Length | Description |
number |
  |
Unique ID of the newly created conversation, or -1 if the record could not be created
|
Remarks Create a new conversation and return the ID of that record to the caller. |
|
(loadtime : 73ms) |