2017-03-11 19:54:51 +01:00
|
|
|
---
|
|
|
|
title: messageText
|
|
|
|
description: Text message
|
|
|
|
---
|
|
|
|
## Constructor: messageText
|
|
|
|
[Back to constructors index](index.md)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Text message
|
|
|
|
|
|
|
|
### Attributes:
|
|
|
|
|
|
|
|
| Name | Type | Required | Description |
|
2017-08-20 11:05:56 +02:00
|
|
|
|----------|---------------|----------|-------------|
|
2017-03-11 19:54:51 +01:00
|
|
|
|text|[string](../types/string.md) | Yes|Text of the message|
|
2017-08-25 15:05:53 +02:00
|
|
|
|entities|Array of [textEntity](../constructors/textEntity.md) | Yes|Entities contained in the text|
|
2017-03-11 19:54:51 +01:00
|
|
|
|web\_page|[webPage](../types/webPage.md) | Yes|Preview of a web page mentioned in the text, nullable|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
### Type: [MessageContent](../types/MessageContent.md)
|
|
|
|
|
|
|
|
|