Whitebeam Template Reference Documentation

Site Map
 
Home
 
Application Guide
Reference
  Installation
  Configuration
  XML Markup
  JavaScript Classes
  ROM
  Templates
  Environment
  Dev Process
  Tools
  External Links
  Example libraries
Community
Contact Whitebeam
To-Do
Download
Credits
Licence
Whitebeam Users
 
 
 

Whitebeam Template Reference Documentation

rb.chat.message

Structure used to represent a message

Elements

The rb.chat.message struct has 5 elements:

Name Type/Value Range/Length Description
messageIDnumber  Optional, default = -1
Simple ID for each message. Message IDs are increased by each message added to a conversation
contactIDnumber  Optional, default = -1
ID of the contact record of the owner that posted a message. If anonymous then -1 can be used
contactNamestring  Optional. Read-only - returns the name of the persion that posted this message in a message iterator
timestampnumber  Optional, default = 0
Time this message was posted
messagestring  Optional. Read-only - The message text

Whitebeam release 1.3.36
(loadtime : 57ms)