TYBA






protocol.deezer.radio.player.DeezerRadioPlayRequest

DeezerRadioPlayRequest

This request allows you tell the specified deezer radio players to play.

ParameterOptionalMax AllowedDataTypeNotes
cidno1textclient id. used to track origin of any particular message
idnounboundedintegerplayer id

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <deezerRadioPlay>
              <id>255</id>
              <id>255</id>
          </deezerRadioPlay>
      </fn>
  </sireq>

 

back to index