diff options
Diffstat (limited to 'discord/sticker.hpp')
-rw-r--r-- | discord/sticker.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/sticker.hpp b/discord/sticker.hpp index e510800..e6b34e6 100644 --- a/discord/sticker.hpp +++ b/discord/sticker.hpp @@ -22,6 +22,7 @@ struct Sticker { std::optional<std::string> PreviewAssetHash; StickerFormatType FormatType; + friend void to_json(nlohmann::json &j, const Sticker &m); friend void from_json(const nlohmann::json &j, Sticker &m); std::string GetURL() const; |