Represent type of the chat message.
typedef enum MessageType{ Std = 0, Info = 1, Left = 2, } MessageType;