Class ChatElement
Constructor Attributes | Constructor Name and Description |
---|---|
Struct representing a chat message loaded in the History
|
Field Attributes | Field Name and Description |
---|---|
- message sender id
|
|
- message sender name
|
|
- The message sender type
|
|
- id of the webpage where the message has been sended / received (id in the surfer navigation history)
|
|
- the Json chat message
|
|
- The chat message code, parseInt to get type of ChatMessageTypes
|
|
- message emited date time at format yyyy-MM-dd HH:mm:ss
|
Field Detail
{string}
fromId
- message sender id
{string}
fromName
- message sender name
{ChatterTypes}
fromType
- The message sender type
{number}
idPageOrigin
- id of the webpage where the message has been sended / received (id in the surfer navigation history)
{string}
message
- the Json chat message
{string}
messageCode
- The chat message code, parseInt to get type of ChatMessageTypes
{string}
MessageTime
- message emited date time at format yyyy-MM-dd HH:mm:ss