Properties:
Name | Type | Attributes | Description |
---|---|---|---|
nick |
string |
<optional> |
昵称 |
avatar |
string |
<optional> |
头像地址 |
gender |
TencentCloudChat.TYPES |
<optional> |
性别 |
selfSignature |
string |
<optional> |
个性签名 |
allowType |
TencentCloudChat.TYPES |
<optional> |
是否允许被加为好友 |
birthday |
number |
<optional> |
生日 推荐用法:20000101 |
location |
string |
<optional> |
所在地 推荐用法:App 本地定义一套数字到地名的映射关系 后台实际保存的是4个 uint32_t 类型的数字: 其中第一个 uint32_t 表示国家; 第二个 uint32_t 用于表示省份; 第三个 uint32_t 用于表示城市; 第四个 uint32_t 用于表示区县 |
language |
number |
<optional> |
语言 |
messageSettings |
number |
<optional> |
消息设置 0:接收消息,1:不接收消息 |
adminForbidType |
TencentCloudChat.TYPES |
<optional> |
管理员禁止加好友标识 |
level |
number |
<optional> |
等级,建议拆分以保存多种角色的等级信息 |
role |
number |
<optional> |
角色,建议拆分以保存多种角色信息 |
profileCustomField |
Array.<object> |
<optional> |
自定义资料键值对集合,可根据业务侧需要使用,详细请参考: 资料管理 |
更新自己资料相关参数