9#import <Foundation/Foundation.h>
12@protocol NIMQChatInviteApplyData;
14NS_ASSUME_NONNULL_BEGIN
78@property(nullable, nonatomic, copy) NSString *
accid;
88@property(nonatomic, assign)
unsigned long long serverId;
118@property(nullable, nonatomic, copy) id<NIMQChatInviteApplyData>
data;
NIMQChatInviteApplyInfoTypeTag
Definition: NIMQChatInviteApplyHistoryRecord.h:19
@ NIMQChatInviteApplyInfoTypeTagInvite
Definition: NIMQChatInviteApplyHistoryRecord.h:27
@ NIMQChatInviteApplyInfoTypeTagApply
Definition: NIMQChatInviteApplyHistoryRecord.h:23
@ NIMQChatInviteApplyInfoTypeTagInviteCode
Definition: NIMQChatInviteApplyHistoryRecord.h:35
@ NIMQChatInviteApplyInfoTypeTagInviteAck
Definition: NIMQChatInviteApplyHistoryRecord.h:31
@ NIMQChatInviteApplyInfoTypeTagInviteJoinByCode
Definition: NIMQChatInviteApplyHistoryRecord.h:39
NIMQChatInviteApplyInfoStatusTag
Definition: NIMQChatInviteApplyHistoryRecord.h:42
@ NIMQChatInviteApplyInfoStatusTagRefuseByInviteApply
Definition: NIMQChatInviteApplyHistoryRecord.h:62
@ NIMQChatInviteApplyInfoStatusTagAgreeByInviteApply
Definition: NIMQChatInviteApplyHistoryRecord.h:58
@ NIMQChatInviteApplyInfoStatusTagExpired
Definition: NIMQChatInviteApplyHistoryRecord.h:70
@ NIMQChatInviteApplyInfoStatusTagRefuse
Definition: NIMQChatInviteApplyHistoryRecord.h:54
@ NIMQChatInviteApplyInfoStatusTagAutoJoinByInviteApply
Definition: NIMQChatInviteApplyHistoryRecord.h:66
@ NIMQChatInviteApplyInfoStatusTagInit
Definition: NIMQChatInviteApplyHistoryRecord.h:46
@ NIMQChatInviteApplyInfoStatusTagAgree
Definition: NIMQChatInviteApplyHistoryRecord.h:50
Definition: NIMQChatInviteApplyHistoryRecord.h:73
NSString * accid
Definition: NIMQChatInviteApplyHistoryRecord.h:78
NSTimeInterval createTime
Definition: NIMQChatInviteApplyHistoryRecord.h:103
long long requestId
Definition: NIMQChatInviteApplyHistoryRecord.h:98
id< NIMQChatInviteApplyData > data
Definition: NIMQChatInviteApplyHistoryRecord.h:118
unsigned long long serverId
Definition: NIMQChatInviteApplyHistoryRecord.h:88
NSTimeInterval expireTime
Definition: NIMQChatInviteApplyHistoryRecord.h:113
long recordId
Definition: NIMQChatInviteApplyHistoryRecord.h:123
NIMQChatInviteApplyInfoStatusTag status
Definition: NIMQChatInviteApplyHistoryRecord.h:93
NIMQChatInviteApplyInfoTypeTag type
Definition: NIMQChatInviteApplyHistoryRecord.h:83
NSTimeInterval updateTime
Definition: NIMQChatInviteApplyHistoryRecord.h:108