Skip to content

createChatInviteLink

Function · TDLib 1.8.67 · d1085f9c

Creates a new invite link for a chat. Available for basic groups, supergroups, and channels. Requires administrator privileges and can_invite_users right in the chat

createChatInviteLink(
  chat_id: int53,
  name: string,
  expiration_date: int32,
  member_limit: int32,
  creates_join_request: Bool
) → ChatInviteLink

chat_id

int53

Chat identifier

name

string

Invite link name; 0-32 characters

expiration_date

int32

Point in time (Unix timestamp) when the link will expire; pass 0 if never

member_limit

int32

The maximum number of chat members that can join the chat via the link simultaneously; 0-99999; pass 0 if not limited

creates_join_request

Bool

Pass true if users joining the chat via the link need to be approved by chat administrators. In this case, member_limit must be 0