TIMFriend Class Reference

Inherits from TIMCodingModel : NSObject
Declared in TIMComm.h

Overview

好友

  identifier

好友identifier

@property (nonatomic, strong) NSString *identifier

Declared In

TIMComm.h

  remark

好友备注(最大96字节,获取自己资料时,该字段为空)

@property (nonatomic, strong) NSString *remark

Declared In

TIMComm.h

  groups

分组名称 NSString* 列表

@property (nonatomic, strong) NSArray *groups

Declared In

TIMComm.h

  addWording

申请时的添加理由

@property (nonatomic, strong) NSString *addWording

Declared In

TIMComm.h

  addSource

申请时的添加来源

@property (nonatomic, strong) NSString *addSource

Declared In

TIMComm.h

  addTime

添加时间

@property (nonatomic, assign) uint64_t addTime

Declared In

TIMComm.h

  customInfo

自定义字段集合,key是NSString类型,value是NSData类型或者NSNumber类型 key值按照后台配置的字符串传入,不包括 TIMFriendTypeKey_Custom_Prefix 前缀

@property (nonatomic, strong) NSDictionary *customInfo

Declared In

TIMComm.h

  profile

好友资料

@property (nonatomic, strong) TIMUserProfile *profile

Declared In

TIMComm.h