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

26 lines
663 B
Markdown

---
title: pageBlockChatLink
description: A link to a chat
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: pageBlockChatLink
[Back to constructors index](index.md)
A link to a chat
### Attributes:
| Name | Type | Required | Description |
|----------|---------------|----------|-------------|
|title|[string](../types/string.md) | Yes|Chat title|
|photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Chat photo, nullable|
|username|[string](../types/string.md) | Yes|Chat username by which all other information about the chat should be resolved|
### Type: [PageBlock](../types/PageBlock.md)