@typed-discord/rest
Preparing search index...
types
VoiceStateResponse
Interface VoiceStateResponse
interface
VoiceStateResponse
{
channel_id
:
`
${
bigint
}
`
|
null
;
deaf
:
boolean
;
guild_id
:
`
${
bigint
}
`
|
null
;
member
?:
GuildMemberResponse
;
mute
:
boolean
;
request_to_speak_timestamp
:
string
|
null
;
self_deaf
:
boolean
;
self_mute
:
boolean
;
self_stream
:
boolean
|
null
;
self_video
:
boolean
;
session_id
:
string
;
suppress
:
boolean
;
user_id
:
`
${
bigint
}
`
;
}
Index
Properties
channel_
id
deaf
guild_
id
member?
mute
request_
to_
speak_
timestamp
self_
deaf
self_
mute
self_
stream
self_
video
session_
id
suppress
user_
id
Properties
channel_
id
channel_id
:
`
${
bigint
}
`
|
null
deaf
deaf
:
boolean
guild_
id
guild_id
:
`
${
bigint
}
`
|
null
Optional
member
member
?:
GuildMemberResponse
mute
mute
:
boolean
request_
to_
speak_
timestamp
request_to_speak_timestamp
:
string
|
null
self_
deaf
self_deaf
:
boolean
self_
mute
self_mute
:
boolean
self_
stream
self_stream
:
boolean
|
null
self_
video
self_video
:
boolean
session_
id
session_id
:
string
suppress
suppress
:
boolean
user_
id
user_id
:
`
${
bigint
}
`
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
id
deaf
guild_
id
member
mute
request_
to_
speak_
timestamp
self_
deaf
self_
mute
self_
stream
self_
video
session_
id
suppress
user_
id
@typed-discord/rest
Loading...