MadelineProtoDocs/docs/TD_docs/constructors/messageText.md
Daniil Gentili e5a1324684 docufix
2018-04-04 23:19:57 +00:00

26 lines
670 B
Markdown

---
title: messageText
description: Text message
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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)