diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-06-21 02:31:18 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2023-06-21 02:31:18 -0400 |
commit | 19f7d55c8748e4fcd651540e299347689a2070ad (patch) | |
tree | 38fa8ae624c45e60a4c0fb96b23988589fee8507 /src/discord/objects.hpp | |
parent | 00dddf410e8aa9df64d323211e9dcdf4309f06a1 (diff) | |
download | abaddon-portaudio-19f7d55c8748e4fcd651540e299347689a2070ad.tar.gz abaddon-portaudio-19f7d55c8748e4fcd651540e299347689a2070ad.zip |
show legacy username as tooltip under username
Diffstat (limited to 'src/discord/objects.hpp')
-rw-r--r-- | src/discord/objects.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/discord/objects.hpp b/src/discord/objects.hpp index 3ad4037..4d56417 100644 --- a/src/discord/objects.hpp +++ b/src/discord/objects.hpp @@ -617,6 +617,7 @@ struct UserProfileData { std::vector<MutualGuildData> MutualGuilds; std::optional<std::string> PremiumGuildSince; // null std::optional<std::string> PremiumSince; // null + std::optional<std::string> LegacyUsername; // null UserData User; friend void from_json(const nlohmann::json &j, UserProfileData &m); |