6#import <Foundation/Foundation.h>
12@property (nullable, nonatomic, copy, readonly) NSString *
accid;
14@property (nullable, nonatomic, copy, readonly) NSString *
updateMsg;
15@property (nonatomic, assign, readonly) NSTimeInterval
updateTime;
18@protocol NIMQChatInviteApplyData <NSObject>
27@property(nullable, nonatomic, copy, readonly) NSDictionary *dataDict;
30@protocol NIMQChatInviteApplyDataApply <NIMQChatInviteApplyData>
31@property(nullable, nonatomic, copy, readonly) NSString *applyMsg;
32@property(nullable, nonatomic, copy, readonly) NSString *updateAccid;
33@property(nullable, nonatomic, copy, readonly) NSString *
updateMsg;
36@protocol NIMQChatInviteApplyDataInvite <NIMQChatInviteApplyData>
37@property(nullable, nonatomic, copy, readonly) NSString *inviteMsg;
38@property(nullable, nonatomic, copy, readonly) NSArray<NIMQChatInviteApplyDataUserInfo *> *inviteUsers;
41@protocol NIMQChatInviteApplyDataInviteAck <NIMQChatInviteApplyData>
42@property(nullable, nonatomic, copy, readonly) NSString *inviteMsg;
43@property(nullable, nonatomic, copy, readonly) NSString *
updateMsg;
46@protocol NIMQChatInviteApplyDataInviteCode <NIMQChatInviteApplyData>
47@property(nullable, nonatomic, copy, readonly) NSString *inviteMsg;
48@property(nullable, nonatomic, copy, readonly) NSString *inviteCode;
49@property(nonatomic, assign, readonly) NSInteger inviteUserCount;
52@protocol NIMQChatInviteApplyDataInviteJoinByCode <NIMQChatInviteApplyData>
53@property(nullable, nonatomic, copy, readonly) NSString *
updateMsg;
54@property(nullable, nonatomic, copy, readonly) NSString *inviteCode;
NIMQChatInviteApplyInfoTypeTag
Definition: NIMQChatInviteApplyHistoryRecord.h:19
NIMQChatInviteApplyInfoStatusTag
Definition: NIMQChatInviteApplyHistoryRecord.h:42
Definition: NIMQChatInviteApplyDataProtocol.h:11
NSString * accid
Definition: NIMQChatInviteApplyDataProtocol.h:12
NSTimeInterval updateTime
Definition: NIMQChatInviteApplyDataProtocol.h:15
NSString * updateMsg
Definition: NIMQChatInviteApplyDataProtocol.h:14
NIMQChatInviteApplyInfoStatusTag status
Definition: NIMQChatInviteApplyDataProtocol.h:13