|
Whitebeam Template Reference Documentation
|
rb.chat.chatRoomActive
A minimal report of a currently active chatRoom
Elements
The rb.chat.chatRoomActive struct has 6 elements:
Name | Type/Value | Range/Length | Description | roomID | number | integer | Optional, default = -1 The unique ID for this chat room. | roomName | string | | Required. The name of this room. | maxID | number | | Optional, default = -1 The highest ID seen in this room. | lastPoll | number | | Optional, default = -1 Time since last poll by the specified contactID. -1 for never or if no ID supplied. | joined | array of numbers | | Required. Return list of all contacts joined to this room at present | linked | array of numbers | | Required. Return list of all contacts to which this room is linked |
|
|
(loadtime : 499ms) |