@typed-discord/rest
Preparing search index...
types
VoiceStateResponse
Function VoiceStateResponse
VoiceStateResponse
(
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
}
`
,
optional
?:
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"
,
>
,
)
:
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
}
`
Optional
optional
:
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
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@typed-discord/rest
Loading...