Teamspeak PHP Channel Icon

Yousef

Active Member
Nov 16, 2017
36
9
83
Hello
When i search in teamspeak library and old projects i see this function channel_icon_id and when iam try to use it say theresn't function with this name
teamspeak change it ?

this is example code only xD

PHP:
require_once("libraries/TeamSpeak3/TeamSpeak3.php");

$ts3_VirtualServer = TeamSpeak3::factory("serverquery://".$YATQA_user.":".$YATQA_pass."@".$YATQA_ip.":".$query_port."/?server_port=9987&blocking=0&nickname=BotTest");
$ts3 = $ts3_VirtualServer;

$room = 123;
// here
$ts3->channelgetbyid($room)['channel_icon_id']= exampleicon;
 
Top