Extended by : BPT\types\types
Represents an invite link for a chat.
| Name | Type | Description | Kind |
|---|---|---|---|
| invite_link | string | The invite link. If the link was created by another chat administrator, then the second part of the link will be replaced with “…”. | normal |
| creator | BPT\types\user | Creator of the link | normal |
| creates_join_request | bool | True, if users joining the chat via the link need to be approved by chat administrators | normal |
| is_primary | bool | True, if the link is primary | normal |
| is_revoked | bool | True, if the link is revoked | normal |
| name | string | Optional. Invite link name | normal |
| expire_date | int | Optional. Point in time (Unix timestamp) when the link will expire or has been expired | normal |
| member_limit | int | Optional. The maximum number of users that can be members of the chat simultaneously after joining the chat via this invite link; 1-99999 | normal |
| pending_join_request_count | int | Optional. Number of pending join requests created using this link | normal |