TDLib v0.0.2 TDLib.Object.ChatInviteLinkInfo View Source

Contains information about a chat invite link.

NameTypeDescription
chat_idstringChat identifier of the invite link; 0 if the user is not a member of this chat.
typeChatTypeContains information about the type of the chat.
titlestringTitle of the chat.
photochatPhotoChat photo; may be null.
member_countnumberNumber of members.
member_user_idsnumber[]User identifiers of some chat members that may be known to the current user.
is_publicboolTrue, if the chat is a public supergroup or channel with a username.

More details on telegram’s documentation.