TYBA






protocol.deezer.radio.player.GetDeezerRadioTimeRequest

GetDeezerRadioTimeRequest

This request allows you to get the current playing time for a particular deezer radio player.

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

Example xml:


  <sireq>
      <cid>Mum</cid>
      <fn>
          <getDeezerRadioTime>
              <id>45435434354343</id>
          </getDeezerRadioTime>
      </fn>
  </sireq>

 

back to index