| JMessage PC SDK 1.2.3 JMessage PC SDK |
Jmcpp::UserInfo结构体 参考
用户信息 更多…
#include
| ## Public 属性 | |
| UserId | userId |
| std::string | nickname |
| 昵称 更多… | |
| std::string | avatar |
| 头像mediaId 更多… | |
| std::string | remark |
| 备注 更多… | |
| std::string | remarkOther |
| 备注 更多… | |
| std::string | birthday |
| 生日 更多… | |
| Gender | gender |
| 性别 更多… | |
| std::string | signature |
| 签名 更多… | |
| std::string | region |
| 地区 更多… | |
| std::string | address |
| 地址 更多… | |
| std::string | extras |
| 自定义json对象字符串 更多… | |
| int64_t | mtime = 0 |
| 用户信息修改时间戳 更多… | |
详细描述
用户信息
类成员变量说明
◆ userId
| UserId Jmcpp::UserInfo::userId |
◆ nickname
| std::string Jmcpp::UserInfo::nickname |
昵称
◆ avatar
| std::string Jmcpp::UserInfo::avatar |
头像mediaId
◆ remark
| std::string Jmcpp::UserInfo::remark |
备注
◆ remarkOther
| std::string Jmcpp::UserInfo::remarkOther |
备注
◆ birthday
| std::string Jmcpp::UserInfo::birthday |
生日
◆ gender
| Gender Jmcpp::UserInfo::gender |
性别
◆ signature
| std::string Jmcpp::UserInfo::signature |
签名
◆ region
| std::string Jmcpp::UserInfo::region |
地区
◆ address
| std::string Jmcpp::UserInfo::address |
地址
◆ extras
| std::string Jmcpp::UserInfo::extras |
自定义json对象字符串
◆ mtime
| int64_t Jmcpp::UserInfo::mtime = 0 |
用户信息修改时间戳
该结构体的文档由以下文件生成:
- Types.h

