TeamSpeak3QueryApi
TeamSpeak3QueryApi copied to clipboard
Improve API documentation
Im currently making a bot that interfaces with Twitch and TS(i.e. kick somebody as a channelpoint reward).
and its very difficult to figure out what works in which way without digging through the source code or the manual, for example:
- using
ClientMoved
requiresRegisterChannelNotification()
or that if you want to listen for events from all channels that you need to callRegisterChannelNotification(0)
which isnt documented in the API or manual from TeamSpeak - Most DTOs/Entites and their properties have little to none documentation, like ClientId vs DatabaseID (which isnt documented well by TeamSpeak itself but thats besides the point)
i know this is a work in progress library, but still some rudimentary documentation even if its just XML docs in C# would be appreciated
Thank you in advance for the response
I don't have the time to do this myself. This project is open for contributions. I'd take a PR for that. :)
Will do when i find the time