9#import <Foundation/Foundation.h>
11NS_ASSUME_NONNULL_BEGIN
19@property (nonatomic, assign)
unsigned long long serverId;
21@property (nonatomic, copy) NSString *
nick;
23@property (nonatomic, copy) NSString *
avatar;
25@property (nonatomic, copy) NSString *
custom;
Definition: NIMQChatServerMember.h:15
Definition: NIMQChatUpdateMyMemberInfoParam.h:18
NSString * avatar
Definition: NIMQChatUpdateMyMemberInfoParam.h:23
NSString * antispamBusinessId
Definition: NIMQChatUpdateMyMemberInfoParam.h:30
unsigned long long serverId
Definition: NIMQChatUpdateMyMemberInfoParam.h:19
NSString * nick
Definition: NIMQChatUpdateMyMemberInfoParam.h:21
NSString * custom
Definition: NIMQChatUpdateMyMemberInfoParam.h:25