NIMQChatInviteServerMembersResult Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | NIMQChatInviteServerMembersResult.h | 
  ultralimitFailedArray
	超过限制失败的accids
@property (nonatomic, copy) NSArray<NSString*> *ultralimitFailedArrayDiscussion
超过限制失败的accids
Declared In
NIMQChatInviteServerMembersResult.h
  banedFailedArray
	因为封禁失败的accids
@property (nonatomic, copy) NSArray<NSString*> *banedFailedArrayDiscussion
因为封禁失败的accids
Declared In
NIMQChatInviteServerMembersResult.h
  requestId
	邀请ID
@property (nonatomic, copy) NSString *requestIdDiscussion
邀请ID
Declared In
NIMQChatInviteServerMembersResult.h
  expireTime
	过期时间(秒)
@property (nonatomic, assign) NSTimeInterval expireTimeDiscussion
过期时间(秒)
Declared In
NIMQChatInviteServerMembersResult.h