MadelineProtoDocs/docs/TD_docs/constructors/pageBlockChatLink.md

26 lines
663 B
Markdown
Raw Normal View History

2018-04-01 13:19:25 +02:00
---
title: pageBlockChatLink
description: A link to a chat
2018-04-04 19:52:48 +02:00
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
2018-04-01 13:19:25 +02:00
---
2018-04-05 01:19:57 +02:00
# Constructor: pageBlockChatLink
2018-04-01 13:19:25 +02:00
[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)