AVDMessage
Introduction聊天消息结构. 聊天消息定义了一次传输聊天的信息。 MethodsinitWithFromId:fromName:message:- (instancetype) initWithFromId:(NSString*) fromId fromName:(NSString*) fromName message:(NSString*) message; Discussion< æ¶æ¯å 容 PropertiesfromId@property(nonatomic, strong, readonly) AVDUserId fromId; Discussion< æ¶æ¯æ¶é´æ³ï¼å¯¹åºç¨å±æ¯æ¬å°æ¶é´ï¼ä¼ è¾ä¸ç¨GMTæ¶é´ fromName@property(nonatomic, strong, readonly) NSString* fromName; Discussion< æ¶æ¯åéè Id message@property(nonatomic, strong, readonly) NSString* message; Discussion< æ¶æ¯åéè å |