Skip to content

AllChannels

1
type AllChannels:
2
| BaseChannel<ChannelType>
3
| BaseGuildChannel
4
| TextGuildChannel
5
| DMChannel
6
| VoiceChannel
7
| MediaChannel
8
| ForumChannel
9
| ThreadChannel
10
| CategoryChannel
11
| NewsChannel
12
| DirectoryChannel
13
| StageChannel;

Source

seyfert/src/structures/channels.ts:547