17#import <Foundation/Foundation.h>
18#import "AgoraChatUserInfo.h"
19#import "AgoraChatError.h"
41- (void)updateOwnUserInfo:(NSString*_Nullable )aValue
42 withType:(AgoraChatUserInfoType)aType
52- (void)fetchUserInfoById:(NSArray<NSString*>*_Nonnull)aUserIds
62- (void)fetchUserInfoById:(NSArray<NSString*>* _Nonnull)aUserIds
63 type:(NSArray<NSNumber*>*_Nonnull)aType
Definition: AgoraChatError.h:18
Definition: AgoraChatUserInfo.h:29
Definition: IAgoraChatUserInfoManager.h:21