Type alias RawStageChannel

RawStageChannel: Omit<RawGuildChannel, "type"> & Required<Pick<RawChannel, "bitrate" | "rtc_region" | "topic" | "permission_overwrites" | "position">> & {
    type: GUILD_STAGE_VOICE;
}