@typed-discord/rest
    Preparing search index...

    Function VoiceStateResponse

    • Parameters

      • channel_id: `${bigint}` | null
      • deaf: boolean
      • guild_id: `${bigint}` | null
      • mute: boolean
      • request_to_speak_timestamp: string | null
      • suppress: boolean
      • self_stream: boolean | null
      • self_deaf: boolean
      • self_mute: boolean
      • self_video: boolean
      • session_id: string
      • user_id: `${bigint}`
      • Optionaloptional: Omit<
            VoiceStateResponse,
            | "guild_id"
            | "channel_id"
            | "user_id"
            | "mute"
            | "deaf"
            | "request_to_speak_timestamp"
            | "suppress"
            | "self_stream"
            | "self_deaf"
            | "self_mute"
            | "self_video"
            | "session_id",
        >

      Returns VoiceStateResponse