diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-27 22:54:17 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2021-07-27 22:54:17 -0400 |
commit | 9d2d13a3898f05f9e8189f99087198726d476e1b (patch) | |
tree | a5e159e426f30920b136ba5137d76366dffe516b /discord/guild.hpp | |
parent | 1936f9ab8ab8687e3200a0ea31937339f9264c9e (diff) | |
download | abaddon-portaudio-9d2d13a3898f05f9e8189f99087198726d476e1b.tar.gz abaddon-portaudio-9d2d13a3898f05f9e8189f99087198726d476e1b.zip |
very rudimentary thread support
Diffstat (limited to 'discord/guild.hpp')
-rw-r--r-- | discord/guild.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/discord/guild.hpp b/discord/guild.hpp index a57bc15..3c3828d 100644 --- a/discord/guild.hpp +++ b/discord/guild.hpp @@ -80,6 +80,7 @@ struct GuildData { std::optional<int> MaxVideoChannelUsers; std::optional<int> ApproximateMemberCount; std::optional<int> ApproximatePresenceCount; + std::optional<std::vector<ChannelData>> Threads; // only with permissions to view, id only // undocumented // std::map<std::string, Unknown> GuildHashes; |