-1
我正在用python寫一個電報機器人,它通過getupdate方法工作得非常好。我想通過setwebhook來執行它。我在我的機器人代碼中使用了telepot庫。我有SSL和host for my bot.please幫助我我如何在我的機器人上設置webhook。 當我在瀏覽器中鍵入請求字符串輸出爲: 我請求字符串:如何設置python的電報機器人webhook?
https://api.telegram.org/bot[token]/getWebHookInfo
和輸出是:
{"ok":true,"result":{"url":"https://myserver/test.py","has_custom_certificate":false,"pending_update_count":0,"max_connections":40}}
感謝您的編輯 – samira