25 lines
590 B
Markdown
25 lines
590 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](../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)
|
|
|
|
|