read the docs: https://core.telegram.org/bots/webhooks
you will need:
- valid tls certs
- maybe open the non default ports in gcp networking/firewall or use the
standard 443
On Sunday, September 15, 2019 at 9:42:04 PM UTC+2, Andreas wrote:
>
> I've already tried it but in this case t
I've already tried it but in this case telegrambot did not recieve any
updates from the updates channel.
I used this reference
https://github.com/go-telegram-bot-api/telegram-bot-api/wiki/Webhooks
but instead of www.google.com:8443 I used also patternbot.appspot.com:8443.
And should I use
go
switch to using a webhook so telegram calls you through a handler
this is a limitation of GAE's request based model
On Sunday, September 15, 2019 at 4:04:29 PM UTC+2, Andreas wrote:
>
>
>
> I uploaded a simple telegram bot to google-aplication-engine. And after
> uploading it works as expected s