telegram-edit-business-chat-link
Edit an existing Telegram Business chat link by slug; update the pre-filled message and admin label. Returns updated link details in JSON.
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 |