You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 requires RegisterChannelNotification() or that if you want to listen for events from all channels that you need to call RegisterChannelNotification(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
The text was updated successfully, but these errors were encountered:
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:
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 TeamSpeaki 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
The text was updated successfully, but these errors were encountered: