ChatInviteLinkInfo
Contains information about a chat invite link.
This is an alias for the ChatInviteLinkInfoUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "chatInviteLinkInfo" | |
chatId | number | Chat identifier of the invite link; 0 if the user has no access to the chat before joining |
accessibleFor | number | If non-zero, the amount of time for which read access to the chat will remain available, in seconds |
type | Type of the chat | |
title | string | Title of the chat |
photo | Chat photo; may be null | |
description | string | Chat description |
memberCount | number | Number of members in the chat |
memberUserIds | number[] | User identifiers of some chat members that may be known to the current user |
createsJoinRequest | boolean | True, if the link only creates join request |
isPublic | boolean | True, if the chat is a public supergroup or channel, i.e. it has a username or it is a location-based supergroup |