Multivit4min/TS3-NodeJS-Library

Parsing of TeamSpeak data.

Pantoflarz opened this issue · 2 comments

Describe the bug
At the moment, some of the response types returned by the class seem odd.

This is clearly visible in https://github.com/Multivit4min/TS3-NodeJS-Library/blob/master/src/types/ResponseTypes.ts

Where things like clid, clientDatabaseId and cid are defined as strings.

I was wondering if theres any particular reason why that is the case, considering it would make far more sense to have them as numbers?

To Reproduce
N/A

Expected behavior
The response types should be more logical - for example, things like clid, clientDatabaseId or cid should be numbers, not strings.

Versions used

  • TeamSpeak Server Version - N/A
  • NodeJS Version (check with node -v) - N/A
  • Library Version - Latest

Additional context
N/A

Realised that this is in fact, a feature related to TeamSpeak 5.

My apologies.

I need to say tough that this is only that what i saw what happened on Sinusbot, I cant tell for 100% that this happens with the query aswell, but I did this just to be prepared