Discolink
GitHub
Preparing search index...
Typings
BotVoiceState
Interface BotVoiceState
Internal ref representing client-side voice state
interface
BotVoiceState
{
connected
:
boolean
;
node_session_id
:
string
;
reconnecting
:
boolean
;
region_id
:
string
;
channel_id
:
string
;
session_id
:
string
;
deaf
:
boolean
;
mute
:
boolean
;
self_deaf
:
boolean
;
self_mute
:
boolean
;
suppress
:
boolean
;
token
:
string
;
endpoint
:
string
;
}
Hierarchy (
View Summary
)
Required
<
NonNullableProp
<
Omit
<
VoiceStateUpdatePayload
[
"d"
]
,
"guild_id"
|
"user_id"
>
,
"channel_id"
,
>
,
>
NonNullableProp
<
Omit
<
VoiceServerUpdatePayload
[
"d"
]
,
"guild_id"
>
,
"endpoint"
>
BotVoiceState
Index
Properties
connected
node_
session_
id
reconnecting
region_
id
channel_
id
session_
id
deaf
mute
self_
deaf
self_
mute
suppress
token
endpoint
Properties
connected
connected
:
boolean
node_
session_
id
node_session_id
:
string
reconnecting
reconnecting
:
boolean
region_
id
region_id
:
string
channel_
id
channel_id
:
string
session_
id
session_id
:
string
deaf
deaf
:
boolean
mute
mute
:
boolean
self_
deaf
self_deaf
:
boolean
self_
mute
self_mute
:
boolean
suppress
suppress
:
boolean
token
token
:
string
endpoint
endpoint
:
string
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
connected
node_
session_
id
reconnecting
region_
id
channel_
id
session_
id
deaf
mute
self_
deaf
self_
mute
suppress
token
endpoint
GitHub
Discolink
Loading...
Internal ref representing client-side voice state