TYBA






protocol.deezer.radio.player.DeezerStartArtistRadioByNameResponse

DeezerStartArtistRadioByNameResponse

This response acts as an acknowledgment to its corresponding request.

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>
          <deezerStartArtistRadioByNameByName>
              <id>255</id>
              <id>255</id>
              <uid>123</uid>
              <arnm>The Beatles</arnm>
          </deezerStartArtistRadioByNameByName>
      </fn>
  </sireq>

 

back to index