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
Determine if the message is send by yourself.
time_t timeStamp
Time stamp of the message.
BOOL isChatToAll
Determine if the message is send to all.
NSString * messageID
Get the message ID of the current message.
ZMVideoSDKUser * receiverUser
Get the receive user object of the message.
ZMVideoSDKUser * sendUser
Get the send user object of the message.
Zoom Video SDK user information.