feat: add GUILD_MEDIA and GUILD_DIRECTORY channel types (#1514)

This commit is contained in:
Shadat Rahman 2024-04-01 05:52:13 -04:00 committed by GitHub
parent 33ee38cbf2
commit 68c6268227
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.