25 lines
597 B
Markdown
25 lines
597 B
Markdown
---
|
|
title: messageText
|
|
description: Text message
|
|
---
|
|
## Constructor: messageText
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
Text message
|
|
|
|
### Attributes:
|
|
|
|
| Name | Type | Required | Description |
|
|
|----------|---------------|----------|-------------|
|
|
|text|[string](../types/string.md) | Yes|Text of the message|
|
|
|entities|Array of [textEntity](../constructors/textEntity.md) | Yes|Entities contained in the text|
|
|
|web\_page|[webPage](../constructors/webPage.md) | Yes|Preview of a web page mentioned in the text, nullable|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|