ChatMessage
From LIVECHAT Developer Zone Wiki
Used as a messages carriers.
typedef struct ChatMessage{
int cbSize;
LPCTSTR mID;
LPCTSTR mNick;
LPCTSTR mText;
LPCTSTR mProtocol;
LPCTSTR mLicence;
long mTime;
MessageType mType;
} ChatMessage;
- Members
- cbSize
- size of the ChatMessage structure
- mID
- UIN or buddy’s identifier
- mNick
- buddy’s nickname
- mText
- the message
- mLicence
- unused in API
- mTime
- time of message’s arrival
- mType
- type of message
- See also
