NIMQChatInviteServerMembersParam Class Reference

Inherits from NSObject
Declared in NIMQChatInviteServerMembersParam.h

Overview

邀请服务器成员的参数

  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