summaryrefslogtreecommitdiff
path: root/discord/user.hpp
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2021-02-28 02:00:15 -0500
committerouwou <26526779+ouwou@users.noreply.github.com>2021-02-28 02:00:15 -0500
commitd6a8b8c33372fe41d9e7f8453d15f491b25680a6 (patch)
tree5510f4ae1065b55e950a013658eef336e5e876a8 /discord/user.hpp
parent11358da24e0e73044aed389b1dbbf479808ca036 (diff)
downloadabaddon-portaudio-d6a8b8c33372fe41d9e7f8453d15f491b25680a6.tar.gz
abaddon-portaudio-d6a8b8c33372fe41d9e7f8453d15f491b25680a6.zip
add members panel/change member roles
Diffstat (limited to 'discord/user.hpp')
-rw-r--r--discord/user.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/user.hpp b/discord/user.hpp
index c66a086..025139e 100644
--- a/discord/user.hpp
+++ b/discord/user.hpp
@@ -49,6 +49,7 @@ struct UserData {
friend void to_json(nlohmann::json &j, const UserData &m);
void update_from_json(const nlohmann::json &j);
+ bool IsDeleted() const;
bool HasAvatar() const;
bool HasAnimatedAvatar() const;
std::string GetAvatarURL(std::string ext = "png", std::string size = "32") const;