15 lines
487 B
Markdown
15 lines
487 B
Markdown
|
|
## Setup WebHook
|
|
|
|
`https://api.telegram.org/bot<bot-token>/setWebhook?url=<webhook-url>`
|
|
|
|
So it your token is `43289:GOOGOOGAGA44` and your FastAPI endpoint is `https://bot.foo.bar/webhoot/v1`
|
|
|
|
Then all you have to do is to visit the page:
|
|
|
|
`https://api.telegram.org/bot43289:GOOGOOGAGA44/setWebhook?url=https://bot.foo.bar/webhoot/v1`
|
|
|
|
|
|
https://api.telegram.org/bot7755472705:AAE6AxGLG7cI7vICgavrlGi9YY9ezs31N8o/setWebhook?url=https://bot.corbia.net/webhook/garden
|
|
|
|
And it will be set. |