9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
20@property (nonatomic, assign)
unsigned long long serverId;
25@property (nonnull, nonatomic, copy) NSString *
accid;
30@property (nullable, nonatomic, copy) NSString *
postscript;
35@property (nonatomic, assign)
unsigned long long requestId;
Definition: NIMQChatRejectServerInviteParam.h:16
NSString * postscript
Definition: NIMQChatRejectServerInviteParam.h:30
unsigned long long requestId
Definition: NIMQChatRejectServerInviteParam.h:35
NSString * accid
Definition: NIMQChatRejectServerInviteParam.h:25
unsigned long long serverId
Definition: NIMQChatRejectServerInviteParam.h:20