go-telegram-bot-api / telegram-bot-api

Golang bindings for the Telegram Bot API
https://go-telegram-bot-api.dev
MIT License
5.62k stars 868 forks source link

how to modify ApiEndPoint url #584

Closed itinybad closed 1 year ago

temamagic commented 1 year ago
bot, err:= tgbotapi.NewBotAPIWithAPIEndpoint("token", "apiEndpointURL")

https://github.com/go-telegram-bot-api/telegram-bot-api/blob/master/bot.go#L47