Type alias RawVoiceChannel

RawVoiceChannel: Omit<RawGuildChannel, "type"> & Required<Pick<RawChannel, "bitrate" | "user_limit" | "video_quality_mode" | "rtc_region" | "nsfw" | "topic" | "permission_overwrites" | "position" | "last_message_id">> & {
    type: GUILD_VOICE;
}