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

feat: Add new channel types #535

Merged
merged 1 commit into from
Mar 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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