live chat,live help,live support Boldchat Web Service
API Reference
 
[ Programmer's Guide | API Reference Home ]


Class ChatMessageInfo

Instances of the ChatMessageInfo class contain information about one chat message. A chat message belongs to a single chat, identified by the chatID property.

Property Summary
LongchatID
Calendarcreated
The Created timestamp of the chat message.
LongchatMessageID
The unique ID of the chat message.
Stringname
The name of the person who posted the message.
LongpersonID
The ID of the person who posted the message.
BytepersonType
The type of person who posted the message.
Stringtext
The text of the message.

Property Detail
Long chatID


Calendar created

The Created timestamp of the chat message.

Long chatMessageID

The unique ID of the chat message.

String name

The name of the person who posted the message.

Long personID

The ID of the person who posted the message.

Byte personType

The type of person who posted the message.
  • 0 - Operator
  • 1 - Visitor

String text

The text of the message.