summaryrefslogtreecommitdiff
path: root/discord/member.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/member.hpp')
-rw-r--r--discord/member.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/member.hpp b/discord/member.hpp
index 5910f18..ae93524 100644
--- a/discord/member.hpp
+++ b/discord/member.hpp
@@ -16,6 +16,9 @@ struct GuildMember {
bool IsMuted;
std::optional<Snowflake> UserID; // present in merged_members
+ // undocuemtned moment !!!1
+ std::optional<std::string> Avatar;
+
std::vector<RoleData> GetSortedRoles() const;
void update_from_json(const nlohmann::json &j);