defstudio / telegraph

Telegraph is a Laravel package for fluently interacting with Telegram Bots
MIT License
674 stars 116 forks source link

Webhook is not working as expected after setting it up via command line #582

Closed prashantcct closed 5 months ago

prashantcct commented 5 months ago

We have integrated bot in laravel using this package.

And after sometime, we have revoke the token and generate new token for the same bot, using that same token we have created new bot and updated web hook for the same and we confirm that URL which has been given for web hook is working fine.

But by doing so we are getting this error after setting up web hook and in bot its showing unknown command. MicrosoftTeams-image

Anyone please let us know, if same has issue occured? If we are missing something and or needs to change any thing?

Already tried things as below