|
|
Whitebeam Template Reference Documentation
|
Chat Template
post()
Post new message to the conversation
See Also
rb.chat.create, modify() Syntax
number = rb.chat.post(roomID, contactID, key, message)
Parameters
The 'post' method takes 4 parameters:
| Name | Type/Value | Range/Length | Description | | roomID | number | | Required. ID of the room to which this message is to be posted | | contactID | number | | Required. ID of the contact posting the message | | key | string | | Required. Key for this member (returned by 'join'). Must match in order to post a new message. | | message | string | | Required. Text of message to be posted |
Results
The 'post' method returns number:
| Type/Value | Range/Length | Description |
| number |
  |
Post new message to the conversation
|
Remarks Post single message |
|
|
(loadtime : 823ms) |