ChannelType

https://discord.com/developers/docs/resources/channel#channel-object-channel-types

Signature

export declare enum ChannelType {    GuildText = 0,    DM = 1,    GuildVoice = 2,    GroupDM = 3,    GuildCategory = 4,    GuildAnnouncement = 5,    AnnouncementThread = 10,    PublicThread = 11,    PrivateThread = 12,    GuildStageVoice = 13,    GuildDirectory = 14,    GuildForum = 15,    GuildMedia = 16}

Members

This export does not declare public properties or methods in the generated declaration file.