telegram-create-invite-link
Create a new invite link for a Telegram group or channel, with optional expiration, member limit, admin approval, and title.
Instructions
Create a new invite link for a group or channel
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Label for the invite link (only visible to admins) | |
| chatId | Yes | Chat ID or username | |
| expireDate | No | Link expiration as Unix timestamp | |
| memberLimit | No | Max number of users who can join via this link | |
| requestApproval | No | Require admin approval to join |