NIMQChatInviteServerMembersResult Class Reference

Inherits from NSObject
Conforms to NSCopying
Declared in NIMQChatInviteServerMembersResult.h

Overview

邀请成员的结果

  ultralimitFailedArray

超过限制失败的accids

@property (nonatomic, copy) NSArray<NSString*> *ultralimitFailedArray

Discussion

超过限制失败的accids

Declared In

NIMQChatInviteServerMembersResult.h

  banedFailedArray

因为封禁失败的accids

@property (nonatomic, copy) NSArray<NSString*> *banedFailedArray

Discussion

因为封禁失败的accids

Declared In

NIMQChatInviteServerMembersResult.h

  requestId

邀请ID

@property (nonatomic, copy) NSString *requestId

Discussion

邀请ID

Declared In

NIMQChatInviteServerMembersResult.h

  expireTime

过期时间(秒)

@property (nonatomic, assign) NSTimeInterval expireTime

Discussion

过期时间(秒)

Declared In

NIMQChatInviteServerMembersResult.h