设置Telegram机器人的webhook
设置Webhook
https://api.telegram.org/bot{my_bot_token}/setWebhook?url={url_to_send_updates_to}
例如:
https://api.telegram.org/bot123456:ABC-DEF1234ghIkl-zyx57W2v1u123ew11/setWebhook?url=https://baicai.me
获取Webhook
https://api.telegram.org/bot{my_bot_token}/getWebhookInfo
文章来源:
Author:白菜
link:https://blog.baicai.me/article/2023/setting-telegram-webhook/