# ChannelType

`enum` in `discord-component-embed` · v0.4.1

<https://docs.seedcord.org/packages/discord-component-embed/0.4.1/enums/channel-type>

```ts
enum ChannelType
```

## Members

- **AnnouncementThread** `AnnouncementThread` — A temporary sub-channel within a Guild Announcement channel
- **DM** `DM` — A direct message between users
- **GroupDM** `GroupDM` — A direct message between multiple users
- **GuildAnnouncement** `GuildAnnouncement` — A channel that users can follow and crosspost into their own guild
- **GuildCategory** `GuildCategory` — An organizational category that contains up to 50 channels
- **GuildDirectory** `GuildDirectory` — The channel in a Student Hub containing the listed servers
- **GuildForum** `GuildForum` — A channel that can only contain threads
- **GuildMedia** `GuildMedia` — A channel like forum channels but contains media for server subscriptions
- **GuildNews** `GuildNews` — A channel that users can follow and crosspost into their own guild
- **GuildNewsThread** `GuildNewsThread` — A temporary sub-channel within a Guild Announcement channel
- **GuildPrivateThread** `GuildPrivateThread` — A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission
- **GuildPublicThread** `GuildPublicThread` — A temporary sub-channel within a Guild Text channel
- **GuildStageVoice** `GuildStageVoice` — A voice channel for hosting events with an audience
- **GuildText** `GuildText` — A text channel within a guild
- **GuildVoice** `GuildVoice` — A voice channel within a guild
- **PrivateThread** `PrivateThread` — A temporary sub-channel within a Guild Text channel that is only viewable by those invited and those with the Manage Threads permission
- **PublicThread** `PublicThread` — A temporary sub-channel within a Guild Text or Guild Forum channel

## See also

- [https://discord.com/developers/docs/resources/channel#channel-object-channel-types](https://discord.com/developers/docs/resources/channel#channel-object-channel-types)
