Hello,
i have a new Problem with the Server Query,
i would like to download all Icons from the Teamspeak Server!
so i can list all Icons with this command:
Code:
$ts3->channelFileList(0, 0, "/icons");
it will give me a List of all Channel Icons back since the Icons get saved in Channel ID 0...
So but how do i download them?
I know how to Download those from the Server Group, Channel Group, Channel, Client and ServerIcon, but is there a way to simply download all Icons?
Or does somone has a example how to use the File Transfer via Query?