From 68c6268227aec8386bdfb45c9aee42f32aeaa328 Mon Sep 17 00:00:00 2001 From: Shadat Rahman <46465883+hhaste@users.noreply.github.com> Date: Mon, 1 Apr 2024 05:52:13 -0400 Subject: [PATCH] feat: add GUILD_MEDIA and GUILD_DIRECTORY channel types (#1514) --- structs.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/structs.go b/structs.go index 4df8bd5..8499bea 100644 --- a/structs.go +++ b/structs.go @@ -288,7 +288,9 @@ const ( ChannelTypeGuildPublicThread ChannelType = 11 ChannelTypeGuildPrivateThread ChannelType = 12 ChannelTypeGuildStageVoice ChannelType = 13 + ChannelTypeGuildDirectory ChannelType = 14 ChannelTypeGuildForum ChannelType = 15 + ChannelTypeGuildMedia ChannelType = 16 ) // ChannelFlags represent flags of a channel/thread.