Package com.github.theholywaffle.teamspeak3

Examples of com.github.theholywaffle.teamspeak3.TS3Api.createChannel()


   
    HashMap<ChannelProperty,String> properties = new HashMap<>();
    properties.put(ChannelProperty.CHANNEL_FLAG_PERMANENT, "1"); //Make channel permanent
    properties.put(ChannelProperty.CPID, "3"); //Make it a subchannel of channel 3
   
    api.createChannel("New Channel", properties); //Create the channel with our properties :)
  }

 

}
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.