@dvxch/yandex-music
Документация
npm
GitHub
Preparing search index...
index
UpdateFullStateRequest
Interface UpdateFullStateRequest
The shape of an
UpdateFullState
request (betterproto JSON, defaults omitted).
interface
UpdateFullStateRequest
{
rid
:
string
;
updateFullState
:
{
device
:
{
capabilities
:
{
canBeRemoteController
:
true
}
;
info
:
{
appName
:
string
;
appVersion
?:
string
;
deviceId
:
string
;
title
:
string
;
type
:
string
;
}
;
volumeInfo
:
Record
<
string
,
never
>
;
}
;
playerState
:
{
playerQueue
:
{
currentPlayableIndex
:
-1
;
entityType
:
"VARIOUS"
;
fromOptional
:
""
;
options
:
{
repeatMode
:
"NONE"
}
;
version
:
{
deviceId
:
string
}
;
}
;
status
:
{
paused
:
true
;
playbackSpeed
:
1
;
version
:
{
deviceId
:
string
}
}
;
}
;
}
;
}
Index
Properties
rid
update
Full
State
Properties
rid
rid
:
string
update
Full
State
updateFullState
:
{
device
:
{
capabilities
:
{
canBeRemoteController
:
true
}
;
info
:
{
appName
:
string
;
appVersion
?:
string
;
deviceId
:
string
;
title
:
string
;
type
:
string
;
}
;
volumeInfo
:
Record
<
string
,
never
>
;
}
;
playerState
:
{
playerQueue
:
{
currentPlayableIndex
:
-1
;
entityType
:
"VARIOUS"
;
fromOptional
:
""
;
options
:
{
repeatMode
:
"NONE"
}
;
version
:
{
deviceId
:
string
}
;
}
;
status
:
{
paused
:
true
;
playbackSpeed
:
1
;
version
:
{
deviceId
:
string
}
}
;
}
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
rid
update
Full
State
Документация
npm
GitHub
@dvxch/yandex-music
Loading...
The shape of an
UpdateFullStaterequest (betterproto JSON, defaults omitted).