Update Telegram Integration

Update a Telegram integration

post
/v1/integration/telegram/{telegramIntegrationId}/update

Authorization

ChatBotKit API Secret * Required

HTTP Authorization Scheme: bearer

Path Parameters

telegramIntegrationIdstring* Required

The ID of the Telegram integration

Request Body * Required

Request Body Schema: application/json

namestring

The associated name

descriptionstring

The associated description

metaobject

Meta data information

botTokenstring

The Telegram integration bot token

sessionDurationnumber

The session duration (in milliseconds)

botIdstring

The ID of the bot this configuration is using

curl -X POST "https://api.chatbotkit.com/v1/integration/telegram/{telegramIntegrationId}/update" \

-H "Authorization: Bearer $CHATBOTKIT_API_SECRET" \

-H "Content-Type: application/json" \

--data-binary @- << EOF {
"name":"string",
"description":"string",
"meta":"object",
"botToken":"string",
"sessionDuration":"number",
"botId":"string"
}
EOF
{
"id":"string"
}
The Telegram integration was updated successfully