Interface RawChannelTypeMap

interface RawChannelTypeMap {
    0: RawTextChannel;
    1: RawPrivateChannel;
    10: RawAnnouncementThreadChannel;
    11: RawPublicThreadChannel;
    12: RawPrivateThreadChannel;
    13: RawStageChannel;
    14: never;
    15: RawForumChannel;
    16: RawMediaChannel;
    2: RawVoiceChannel;
    3: RawGroupChannel;
    4: RawCategoryChannel;
    5: RawAnnouncementChannel;
}

Properties

Properties

14: never