9#import <Foundation/Foundation.h>
22@property (nonatomic, strong) NSString * _Nullable
messageID;
36@property (nonatomic, strong) NSString * _Nullable
content;
79- (BOOL)canChatMessageBeDeleted:(NSString *__nonnull)msgID;
93- (BOOL)IsChatDisabled;
99- (BOOL)IsPrivateChatDisabled;
ZoomVideoSDKChatPrivilegeType
Enumerations of the type for chat Privilege type.
ZoomVideoSDKError
ZoomVideoSDKError An enumeration of error.
A class to operate the instant message in session.
A class that contains all the information for a message.
ZoomVideoSDKUser *_Nullable senderUser
The sender user.
BOOL isChatToAll
The message is send to all user or not.
NSString *_Nullable content
The message content.
BOOL isSelfSend
The message is send by me or not.
ZoomVideoSDKUser *_Nullable receiverUser
The receiver user.
NSString *_Nullable messageID
The message ID.
long long timeStamp
The message sent time in timestamp.
Zoom Video SDK user information.