nikeee / TeamSpeak3QueryApi

.NET wrapper for the TeamSpeak 3 Query API
https://nikeee.github.io/TeamSpeak3QueryAPI
GNU General Public License v3.0
60 stars 16 forks source link

Adding Talkpower Serialization #70

Closed Parilar closed 3 years ago

Parilar commented 3 years ago

Would be awesome if you add

        [QuerySerialize("client_talk_request")]
        public int RequestedTalkPower;

        [QuerySerialize("client_talk_request_msg")]
        public string TalkPowerRequestMessage;

to the GetClientDeatailedInfo.cs