MadelineProto/docs/TD_docs/constructors/chatInviteLinkInfo.md

31 lines
1.2 KiB
Markdown
Raw Normal View History

---
title: chatInviteLinkInfo
description: Contains information about chat invite link
---
## Constructor: chatInviteLinkInfo
[Back to constructors index](index.md)
Contains information about chat invite link
### Attributes:
| Name | Type | Required | Description |
2017-08-20 11:05:56 +02:00
|----------|---------------|----------|-------------|
2017-08-25 15:05:53 +02:00
|chat\_id|[int53](../types/int53.md) | Yes|Chat identifier of the invite link or 0 if user is not a member of this chat|
|title|[string](../types/string.md) | Yes|Title of the chat|
2017-09-29 15:50:59 +02:00
|photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Chat photo, nullable|
|member\_count|[int](../types/int.md) | Yes|Total member count|
2017-09-29 15:50:59 +02:00
|member\_user\_ids|Array of [int](../types/int.md) | Yes|User identifiers of some chat members that may be known to the current user|
|is\_group|[Bool](../types/Bool.md) | Yes|True, if the chat is a group chat|
|is\_channel|[Bool](../types/Bool.md) | Yes|True, if the chat is a channel chat|
|is\_public\_channel|[Bool](../types/Bool.md) | Yes|True, if the chat is a channel chat with set up username|
|is\_supergroup\_channel|[Bool](../types/Bool.md) | Yes|True, if the chat is a supergroup channel chat|
### Type: [ChatInviteLinkInfo](../types/ChatInviteLinkInfo.md)