We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Services like discord, telegram are not available directly in my country, so proxy setup is required for me.
In telegram, I can use SetClient to set proxy, but how can I set proxy for discord or other service
SetClient
client, err := api.NewBotAPIWithClient(apiToken, proxy.ProxyHttpClient) if err != nil { return nil, err } t := &telegram.Telegram{} t.SetClient(client)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Services like discord, telegram are not available directly in my country, so proxy setup is required for me.
In telegram, I can use
SetClient
to set proxy, but how can I set proxy for discord or other serviceThe text was updated successfully, but these errors were encountered: