|
cpp-mirai-client
v2.6.1
cpp client for mirai-api-http
|
QQ用户资料 更多...
#include <BasicTypes.hpp>
Public 成员函数 | |
| UserProfile (std::string nickname="", std::string email="", int age=0, int level=0, std::string sign="", SEX sex=SEX::ENUM_END) | |
| bool | operator== (const UserProfile &rhs) const |
| 比较用户资料是否相同 更多... | |
Public 属性 | |
| std::string | nickname |
| QQ昵称 更多... | |
| std::string | |
| QQ邮箱 更多... | |
| int | age = 0 |
| 年龄 更多... | |
| int | level = 0 |
| QQ等级 更多... | |
| std::string | sign |
| QQ签名 更多... | |
| SEX | sex = SEX::ENUM_END |
| 性别 更多... | |
QQ用户资料
在文件 BasicTypes.hpp 第 408 行定义.
|
inline |
在文件 BasicTypes.hpp 第 423 行定义.
|
inline |
| std::string Mirai::UserProfile::nickname |
QQ昵称
在文件 BasicTypes.hpp 第 411 行定义.
| std::string Mirai::UserProfile::email |
QQ邮箱
在文件 BasicTypes.hpp 第 413 行定义.
| int Mirai::UserProfile::age = 0 |
年龄
在文件 BasicTypes.hpp 第 415 行定义.
| int Mirai::UserProfile::level = 0 |
QQ等级
在文件 BasicTypes.hpp 第 417 行定义.
| std::string Mirai::UserProfile::sign |
QQ签名
在文件 BasicTypes.hpp 第 419 行定义.
| SEX Mirai::UserProfile::sex = SEX::ENUM_END |
性别
在文件 BasicTypes.hpp 第 421 行定义.