typedefenum{
TEXT = 13,
VOICE = 14,
IMAGE = 15
}ChatMessageType;
@property(nonatomic) ChatMessageType *type;