POST
/
v1
/
telegram
/
webhook
/
{username}
Telegram bot webhook delivery
curl --request POST \
  --url https://api.talkzilla.app/v1/telegram/webhook/{username} \
  --header 'Content-Type: application/json' \
  --header 'X-Telegram-Bot-Api-Secret-Token: <x-telegram-bot-api-secret-token>' \
  --data '{}'

Headers

X-Telegram-Bot-Api-Secret-Token
string
required

Path Parameters

username
string
required

Body

application/json

The body is of type object.

Response

Update accepted.