Hello, is there a way how to programatically create invites for channels like in this picture?
They can only be created with a TS5 client. You can however create the normal TS server invites with the client ts3server:// or tsserver://
Parameters you can use:
port
password
channel
channelpassword
token
nickname
addbookmark
Example with all parameters in use:
tsserver://example.com?port=9987&nickname=tester&password=secrets&channel=Talki1&channelpassword=NotTellingYou&token=C3bcBHpSStQHFHc7UO89dKwhCSRkR7ysJN3HRTXr&addbookmark=Example%20Bookmark
To create a clickable link you can use a redirect website to redirect to the tsserver link. I tested it in the past with TinyURL
1 Like
interesting, thank you that helps aswell