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