telegram-edit-business-chat-link
Modify a Telegram Business chat link by providing its slug and new pre-filled message. Optionally update the title and set Markdown or HTML formatting.
Instructions
Edit an existing Telegram Business chat link by its slug (the trailing segment after t.me/m/). Returns JSON with updated fields. Requires Telegram Business subscription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | Link slug — the last path segment of t.me/m/<slug> | |
| title | No | New admin-facing label (max 32 chars) | |
| message | Yes | New pre-filled message text | |
| parseMode | No | Format message as Markdown or HTML |