Reputation: 1
I'm using nutgram (https://nutgram.dev/docs) to call telegram bot methods.
$this->bot->sendMessage( text: $description, chat_id: $group_id);
After calling each command, the webhook is lost, and Telegram cannot send me a response from the bot.
Upvotes: 0
Views: 257