問題タブ [telegram-webhook]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - Telegram Bot の pending_update_count をクリアする
Telegram Bot を作成し、webhook を ssl URL に設定しました。私の開発言語はPhpです。テスト時には、すべてが正常に機能しましたが、何時間もかけて 2 人または 3 人のユーザーが登録された後、getWebhookInfo で以下のエラーが発生しました。
pending_update_count をクリアできないことがわかりました。その後、Telegram に 200 ステータスを返し、webhook を削除し、GetUpdate を設定し、再度 webhook を設定しましたが、何も変更されませんでした。保留中の更新カウントは 111 です。
一方、私と他の 3 人のユーザーは 2 分ごとに最後の応答を返します。bot を削除してもう一度 /start しますが、前と同じように 2 分ごとに最後の応答を返します。
どうすればこの問題を解決できますか??
皆さんありがとう