Create chat invite link
The Telegram Bot API tool allows you to create additional invite links for Telegram chats or groups easily, enabling better management and accessibility for members.
Features
- Generate multiple invite links for a single chat or group.
- Set custom names for invite links for easier identification.
- Configure expiration dates for invite links using Unix timestamps.
- Limit the number of users who can join via each invite link, from 1 to 99,999.
- Enable join request approval by chat administrators for added security.
Benefits
- Simplifies the process of managing access to Telegram chats and groups.
- Enhances control over how and when new members can join your community.
- Improves security by allowing administrator approval for new join requests.
- Provides flexibility with customizable link names and expiration settings.
- Supports large groups with member limits to prevent overcrowding.
Description
Create an additional invite link for a chat, See the docs for more information
Parameters
5 parameters
| Name | Type | Description |
|---|---|---|
| chatIdrequired | string | Enter the unique identifier for the target chat (e.g. |
| name | string | Invite link name; 0-32 characters |
| expire_date | integer | Point in time (Unix timestamp) when the link will expire, in unix time (e.g. |
| member_limit | integer | Maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 |
| creates_join_request | boolean | True, if users joining the chat via the link need to be approved by chat administrators. If True, member_limit can't be specified |