|
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 | messageID | number | | Optional, default = -1 Simple ID for each message. Message IDs are increased by each message added to a conversation | contactID | number | | Optional, default = -1 ID of the contact record of the owner that posted a message. If anonymous then -1 can be used | contactName | string | | Optional. Read-only - returns the name of the persion that posted this message in a message iterator | timestamp | number | | Optional, default = 0 Time this message was posted | message | string | | Optional. Read-only - The message text |
|
|
(loadtime : 84ms) |