I want to clear all pending_update_count in my bot!
pending_update_count
The output of below command :
https://api.telegram.org/botxxxxxxxxxxxxxxxx/getWebhoo
Just add return 1; at the end of your hook method.
return 1;
Update:
Commonly this happens because of queries delay with the database.