feat: add GUILD_MEDIA and GUILD_DIRECTORY channel types (#1514)
This commit is contained in:
parent
33ee38cbf2
commit
68c6268227
1 changed files with 2 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue