Skip to content

Commit

Permalink
feat: add GUILD_MEDIA and GUILD_DIRECTORY channel types (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaste committed Apr 1, 2024
1 parent 33ee38c commit 68c6268
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions structs.go
Expand Up @@ -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.
Expand Down

0 comments on commit 68c6268

Please sign in to comment.