MadelineProto/docs/TD_docs/constructors/pageBlockChatLink.md

25 lines
590 B
Markdown
Raw Normal View History

2017-08-25 15:05:53 +02:00
---
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|
2017-09-29 15:50:59 +02:00
|photo|[chatPhoto](../constructors/chatPhoto.md) | Yes|Chat photo, nullable|
2017-08-25 15:05:53 +02:00
|username|[string](../types/string.md) | Yes|Chat username by which all other information about the chat should be resolved|
### Type: [PageBlock](../types/PageBlock.md)