summaryrefslogtreecommitdiff
path: root/discord/channel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'discord/channel.hpp')
-rw-r--r--discord/channel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/channel.hpp b/discord/channel.hpp
index 7f2bcd0..845cffb 100644
--- a/discord/channel.hpp
+++ b/discord/channel.hpp
@@ -37,6 +37,7 @@ struct Channel {
std::string LastPinTimestamp; // opt, can be null even tho docs say otherwise
friend void from_json(const nlohmann::json &j, Channel &m);
+ void update_from_json(const nlohmann::json &j);
const PermissionOverwrite *GetOverwrite(Snowflake id) const;
};