telegram开发关于getUpdates和webhook
telegram开发返回:
{"ok":false,"error_code":409,"description":"Conflict: can't use getUpdates method while webhook is active; use deleteWebhook to delete the webhook first"}
这里提示用 deleteWebhook 删除 webhook
操作方法:[hide=d1000]只要把deleteWebhook 加在后面执行就可以了
https://api.telegr ...