protocol.deezer.radio.player.DeezerStartUserFlowRequest
This request allows you tell the specified players to start playing a deezer user flow.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | unbounded | integer | player id |
uid | no | 1 | user id | deezer user id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <deezerStartUserFlow> <id>255</id> <id>255</id> <uid>123</uid> </deezerStartUserFlow> </fn> </sireq>