MadelineProtoDocs/docs/TD_docs/constructors/chatInviteLinkInfo.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

1.3 KiB

title description image
chatInviteLinkInfo Contains information about chat invite link https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: chatInviteLinkInfo

Back to constructors index

Contains information about chat invite link

Attributes:

Name Type Required Description
chat_id int53 Yes Chat identifier of the invite link or 0 if user is not a member of this chat
title string Yes Title of the chat
photo chatPhoto Yes Chat photo, nullable
member_count int Yes Total member count
member_user_ids Array of int Yes User identifiers of some chat members that may be known to the current user
is_group Bool Yes True, if the chat is a group chat
is_channel Bool Yes True, if the chat is a channel chat
is_public_channel Bool Yes True, if the chat is a channel chat with set up username
is_supergroup_channel Bool Yes True, if the chat is a supergroup channel chat

Type: ChatInviteLinkInfo