protocol.GetPlayerQueueInfoRequest
This request allows you to get information about a player queue.
Parameter | Optional | Max Allowed | DataType | Notes |
---|---|---|---|---|
cid | no | 1 | text | client id. used to track origin of any particular message |
id | no | 1 | integer | the player id |
Example xml:
<sireq> <cid>Mum</cid> <fn> <getPlayerQueueInfo> <id>1</id> </getPlayerQueueInfo> </fn> </sireq>