diff options
Diffstat (limited to 'discord/channel.hpp')
-rw-r--r-- | discord/channel.hpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/discord/channel.hpp b/discord/channel.hpp index 7b0cf50..4f93569 100644 --- a/discord/channel.hpp +++ b/discord/channel.hpp @@ -14,6 +14,9 @@ enum class ChannelType : int { GUILD_CATEGORY = 4, GUILD_NEWS = 5, GUILD_STORE = 6, + PUBLIC_THREAD = 11, + PRIVATE_THREAD = 12, + GUILD_STAGE_VOICE = 13, }; struct ChannelData { |