NIMQChatAcceptServerInviteParam Class Reference
Inherits from | NSObject |
---|---|
Conforms to | NSCopying |
Declared in | NIMQChatAcceptServerInviteParam.h |
serverId
接受加入的服务器Id,必填
@property (nonatomic, assign) unsigned long long serverId
Discussion
接受加入的服务器Id,必填
Declared In
NIMQChatAcceptServerInviteParam.h
accid
发起邀请者的账号,必填
@property (nonnull, nonatomic, copy) NSString *accid
Discussion
发起邀请者的账号,必填
Declared In
NIMQChatAcceptServerInviteParam.h
requestId
邀请ID
@property (nonatomic, assign) unsigned long long requestId
Discussion
邀请ID
Declared In
NIMQChatAcceptServerInviteParam.h