Telegram

Create Telegram integration

Create or replace the Telegram integration for a project. The bot token and chat are verified with Telegram before they are stored.

post/telegram-integration/project/{projectId}

Path parameters

projectIdstring required

Request body

botTokenstring required

A Telegram bot token, in the form 123456789:AA...

chatIdstring required
threadIdnumber
chatLabelstring

Response

The stored integration

idstring required
projectIdstring required
chatIdstring required

The Telegram chat, group, or channel messages are sent to.

threadIdnumber nullable required

Forum topic id, when the target group uses topics.

chatLabelstring nullable required

A human-readable name for the chat, shown in the UI.

botTokenConfiguredboolean required
maskedBotTokenstring required
isActiveboolean nullable required
createdAtstring date-time required
updatedAtstring date-time required

Changes