protocol.AddAllToPlayerResponse2
This response acts as an acknowledgment to its corresponding request.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | database id | player id |
uid | no | unbounded | user id | deezer user id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <addAllToPlayer2> <id>1</id> <uid>1</uid> </addAllToPlayer2> </fn> </sireq>