@typed-discord/rest
Preparing search index...
types
UpdateSelfVoiceStateRequestPartial
Interface UpdateSelfVoiceStateRequestPartial
interface
UpdateSelfVoiceStateRequestPartial
{
channel_id
?:
`
${
bigint
}
`
|
null
;
request_to_speak_timestamp
?:
string
|
null
;
suppress
?:
boolean
|
null
;
}
Index
Properties
channel_
id?
request_
to_
speak_
timestamp?
suppress?
Properties
Optional
channel_
id
channel_id
?:
`
${
bigint
}
`
|
null
Optional
request_
to_
speak_
timestamp
request_to_speak_timestamp
?:
string
|
null
Optional
suppress
suppress
?:
boolean
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
channel_
id
request_
to_
speak_
timestamp
suppress
@typed-discord/rest
Loading...