如何在我的电报机器人中找到 webhook 地址?

how to i can to find webhook address in my telegram bot?

我在电报中创建了一个机器人,并在我的域地址中设置了 webhook。 现在我想更改我的域机器人,我忘记了我网站中的 webhook 页面。 有什么方法可以找到我的机器人的 webhook 地址?

我的网站由 asp.net mvc 创建!

https://core.telegram.org/bots/api#getwebhookinfo

你可以试试getWebhookInfo方法。它 returns URL 以及其他信息。

Ref doc here.

为了能够找到您的 webhook 地址,您必须使用以下 link

https://api.telegram.org/botYourToken/getWebhookInfo

只需替换令牌而不是“YourToken”