TYBA






protocol.deezer.radio.player.DeezerStartArtistRadioByNameRequest

DeezerStartArtistRadioByNameRequest

This request allows you tell the specified players to start playing a deezer artist radio station.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id
uidno1user iddeezer user id
arnmno1textartist name

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deezerStartArtistRadioByName>
              <id>255</id>
              <id>255</id>
              <uid>123</uid>
              <arnm>The Beatles</arnm>
          </deezerStartArtistRadioByName>
      </fn>
  </sireq>

 

back to index