NIM PC Cross Platform SDK
载入中...
搜索中...
未找到
v2::V2NIMUser结构体 参考

#include <v2_nim_def_struct.hpp>

类 v2::V2NIMUser 继承关系图:
v2::V2NIMAIUser

Public 属性

nstd::string accountId
 账号 ID
 
nstd::optional< nstd::stringname
 用户昵称
 
nstd::optional< nstd::stringavatar
 用户头像
 
nstd::optional< nstd::stringsign
 用户签名
 
nstd::optional< nstd::stringemail
 用户邮箱
 
nstd::optional< nstd::stringbirthday
 用户生日
 
nstd::optional< nstd::stringmobile
 用户手机号
 
nstd::optional< uint32_t > gender
 用户性别
 
nstd::optional< nstd::stringserverExtension
 用户扩展字段
 
uint64_t createTime {0}
 用户资料创建时间
 
uint64_t updateTime {0}
 用户资料更新时间
 

类成员变量说明

◆ accountId

nstd::string v2::V2NIMUser::accountId

账号 ID

◆ avatar

nstd::optional<nstd::string> v2::V2NIMUser::avatar

用户头像

◆ birthday

nstd::optional<nstd::string> v2::V2NIMUser::birthday

用户生日

◆ createTime

uint64_t v2::V2NIMUser::createTime {0}

用户资料创建时间

◆ email

nstd::optional<nstd::string> v2::V2NIMUser::email

用户邮箱

◆ gender

nstd::optional<uint32_t> v2::V2NIMUser::gender

用户性别

◆ mobile

nstd::optional<nstd::string> v2::V2NIMUser::mobile

用户手机号

◆ name

nstd::optional<nstd::string> v2::V2NIMUser::name

用户昵称

◆ serverExtension

nstd::optional<nstd::string> v2::V2NIMUser::serverExtension

用户扩展字段

◆ sign

nstd::optional<nstd::string> v2::V2NIMUser::sign

用户签名

◆ updateTime

uint64_t v2::V2NIMUser::updateTime {0}

用户资料更新时间


该结构体的文档由以下文件生成: