1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 17:46:57 +01:00
MadelineProto/docs/TD_docs/constructors/pageBlockChatLink.md
2017-08-25 15:05:53 +02:00

25 lines
583 B
Markdown

---
title: pageBlockChatLink
description: A link to a chat
---
## 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](../types/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)