NIM 跨平台 C++ SDK
|
#include <v2_nim_def_struct.hpp>
Public 属性 | |
nstd::string | accountId |
账号 ID | |
nstd::optional< nstd::string > | name |
用户昵称 | |
nstd::optional< nstd::string > | avatar |
用户头像 | |
nstd::optional< nstd::string > | sign |
用户签名 | |
nstd::optional< nstd::string > | |
用户邮箱 | |
nstd::optional< nstd::string > | birthday |
用户生日 | |
nstd::optional< nstd::string > | mobile |
用户手机号 | |
nstd::optional< uint32_t > | gender |
用户性别 | |
nstd::optional< nstd::string > | serverExtension |
用户扩展字段 | |
uint64_t | createTime {0} |
用户资料创建时间 | |
uint64_t | updateTime {0} |
用户资料更新时间 | |
nstd::string v2::V2NIMUser::accountId |
账号 ID
nstd::optional<nstd::string> v2::V2NIMUser::avatar |
用户头像
nstd::optional<nstd::string> v2::V2NIMUser::birthday |
用户生日
uint64_t v2::V2NIMUser::createTime {0} |
用户资料创建时间
nstd::optional<nstd::string> v2::V2NIMUser::email |
用户邮箱
nstd::optional<uint32_t> v2::V2NIMUser::gender |
用户性别
nstd::optional<nstd::string> v2::V2NIMUser::mobile |
用户手机号
nstd::optional<nstd::string> v2::V2NIMUser::name |
用户昵称
nstd::optional<nstd::string> v2::V2NIMUser::serverExtension |
用户扩展字段
nstd::optional<nstd::string> v2::V2NIMUser::sign |
用户签名
uint64_t v2::V2NIMUser::updateTime {0} |
用户资料更新时间