typealias GuildChannelType

external
export type GuildChannelType = Exclude<ChannelType, ChannelType.DM | ChannelType.GroupDM>;

Constructors

constructor()