9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
71@property (nonatomic,assign,readonly) NSTimeInterval
timestamp;
84@property (nonatomic,assign,readonly) BOOL
roaming;
90@property (nonatomic,assign,readonly) BOOL
offline;
95@property(nullable, nonatomic,copy,readonly) NSString *
postscript;
100@property (nullable, nonatomic, copy, readonly) NSString *
attach;
105@property (nonatomic, nonatomic, copy, readonly) NSString *
callbackExt;
NIMRevokeMessageNotificationType
Definition: NIMRevokeMessageNotification.h:19
@ NIMRevokeMessageNotificationTypeTeam
Definition: NIMRevokeMessageNotification.h:27
@ NIMRevokeMessageNotificationTypeSuperTeam
Definition: NIMRevokeMessageNotification.h:31
@ NIMRevokeMessageNotificationTypeP2P
Definition: NIMRevokeMessageNotification.h:23
@ NIMRevokeMessageNotificationTypeP2POneWay
Definition: NIMRevokeMessageNotification.h:35
@ NIMRevokeMessageNotificationTypeTeamOneWay
Definition: NIMRevokeMessageNotification.h:39
Definition: NIMMessage.h:91
Definition: NIMRevokeMessageNotification.h:45
NSString * messageFromUserId
Definition: NIMRevokeMessageNotification.h:60
BOOL offline
Definition: NIMRevokeMessageNotification.h:90
NSString * fromUserId
Definition: NIMRevokeMessageNotification.h:54
NSString * postscript
Definition: NIMRevokeMessageNotification.h:95
NSString * callbackExt
Definition: NIMRevokeMessageNotification.h:105
BOOL roaming
Definition: NIMRevokeMessageNotification.h:84
NSTimeInterval timestamp
Definition: NIMRevokeMessageNotification.h:71
NSString * attach
Definition: NIMRevokeMessageNotification.h:100
NIMMessage * message
Definition: NIMRevokeMessageNotification.h:78
NIMRevokeMessageNotificationType notificationType
Definition: NIMRevokeMessageNotification.h:49
NIMSession * session
Definition: NIMRevokeMessageNotification.h:65
Definition: NIMSession.h:49