diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-23 20:34:09 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2020-11-23 20:34:09 -0500 |
commit | 0b8c83eaa1fdb0fcb610f9181145abde3d60d803 (patch) | |
tree | 9897253c0018fb89e2acdf5f3effe2a2e8b02294 /discord/sticker.hpp | |
parent | deb482a8db55874a536b6efec366343280214e48 (diff) | |
download | abaddon-portaudio-0b8c83eaa1fdb0fcb610f9181145abde3d60d803.tar.gz abaddon-portaudio-0b8c83eaa1fdb0fcb610f9181145abde3d60d803.zip |
progress 2
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; |