7#import <Foundation/Foundation.h>
32@property (nonatomic, copy, readonly) NSString*
content;
37@property (nonatomic, assign, readonly) time_t
timeStamp;
52@property (nonatomic, copy, readonly) NSString*
messageID;
Represents a chat message within a session.
NSString * content
Content of the message.
BOOL isSelfSend
Determines if the message is send by yourself.
time_t timeStamp
Time stamp of the message.
BOOL isChatToAll
Determines if the message is send to all.
NSString * messageID
Gets the message ID of the current message.
ZMVideoSDKUser * receiverUser
Gets the message's receive user object.
ZMVideoSDKUser * sendUser
Gets the message's send user object.
Zoom Video SDK user information.