MessageType

From LIVECHAT Developer Zone Wiki

Jump to: navigation, search

Represent type of the chat message.

typedef enum MessageType{
	Std		= 0,
	Info		= 1,
	Left		= 2,
} MessageType;
Members
Std
standard message
Info
information message
Left
left message
See also
Personal tools