NIMQChatInviteServerMembersParam Class Reference
| Inherits from | NSObject | 
|---|---|
| Conforms to | NSCopying | 
| Declared in | NIMQChatInviteServerMembersParam.h | 
  serverId
	圈组服务器ID
@property (nonatomic, assign) unsigned long long serverIdDiscussion
圈组服务器ID
Declared In
NIMQChatInviteServerMembersParam.h
  accids
	邀请对象的账号数组
@property (nonnull, nonatomic, copy) NSArray<NSString*> *accidsDiscussion
邀请对象的账号数组
Declared In
NIMQChatInviteServerMembersParam.h
  postscript
	附言(最长5000)
@property (nullable, nonatomic, copy) NSString *postscriptDiscussion
附言(最长5000)
Declared In
NIMQChatInviteServerMembersParam.h
  ttl
	过期时间(秒),NSTimeInterval
@property (nullable, nonatomic, copy) NSNumber *ttlDiscussion
过期时间(秒),NSTimeInterval
Declared In
NIMQChatInviteServerMembersParam.h