-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't write messages to the Query #5
Comments
As I'm not anymore that deep in the topic I'll need some more information to fix this. What were you trying to do? And how exactly? Please send some code snippets to debug this. |
The query writes me a Message if I join a specific Channel client.SendClientMessage(currentID, message) And in the NotifyTextMessage event I try to give a response, but if I try to send a msg back to the query I get this error on teamspeak:
err = client.SubscribeEvent(ts3.NotifyTextMessage, func(v *ts3.TextMessageEvent) {
if !v.IsPrivate() {
return
}
// ...
}) |
I miss clicked .-. |
I can't write the query directly. If I try to write directly (private) to the query, I get a message like this:
The text was updated successfully, but these errors were encountered: