Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Commit

Permalink
feat: Add new channel types (#535)
Browse files Browse the repository at this point in the history
  • Loading branch information
drlau authored Mar 10, 2024
1 parent 16ea98e commit 6629dd6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions channel.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ const (
// a temporary sub-channel within a GUILD_TEXT channel that is only viewable by those
// invited and those with the MANAGE_THREADS permission
ChannelTypeGuildPrivateThread
ChannelTypeGuildStageVoice
ChannelTypeGuildDirectory
ChannelTypeGuildForum
ChannelTypeGuildMedia
)

// VideoQualityMode https://discord.com/developers/docs/resources/channel#channel-object-video-quality-modes
Expand Down

0 comments on commit 6629dd6

Please sign in to comment.