You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telegram introduced a new selfhosted telegramApi to use that you need to specify a api-url (instead of https://api.telegram.org/bots you may want ot do something like this: http://127.0.0.1:8080/bot)
It would be helpful to add a text input in the webinterface to enter a custom url maybe with the default api as placeholder.
I could get it working by just replacing all the apiurls in the database by hand, so i guess a little Webinterface tweak should do the trick.
The text was updated successfully, but these errors were encountered:
Telegram introduced a new selfhosted telegramApi to use that you need to specify a api-url (instead of
https://api.telegram.org/bots
you may want ot do something like this:http://127.0.0.1:8080/bot
)It would be helpful to add a text input in the webinterface to enter a custom url maybe with the default api as placeholder.
I could get it working by just replacing all the apiurls in the database by hand, so i guess a little Webinterface tweak should do the trick.
The text was updated successfully, but these errors were encountered: