0

I have a teegram bot that has an issue because send many times same message. Maybe because bot don't say to telegram the first operation is correct. Is really slowly and so telegram send again message.

I'm tring to understand the reason but nothing....

Now i noticed that for getWebhookInfo i have:

 has_custom_certificate:    false

maybe this is the problem ?

Borja
  • 3,359
  • 7
  • 33
  • 66

2 Answers2

1

You must upgrade the SSL certificate To a self-signed one that uses the same requirements as Telegram In order to avoid any problems in data transmission

orochi
  • 21
  • 3
0

And I remembered that this problem had occurred to me even though everything was correct Then I knew that the problem was from Telegram, where he restricted the bot from responding to any transmission codes, so I deleted the bot and created a new one and it was running on the same domain that I was using without doing anything.

orochi
  • 21
  • 3