telegram-get-invite-links
Retrieve invite links for a Telegram group or channel. Specify chat ID and optionally an admin ID to get links created by that admin.
Instructions
Get list of invite links for a group or channel. By default returns links created by the current account; pass adminId to query another admin's links
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max links to return | |
| chatId | Yes | Chat ID or username | |
| adminId | No | Admin user ID or username to list links for (default: current account) |