MadelineProto/docs/TD_docs/constructors/messageText.md

25 lines
597 B
Markdown
Raw Normal View History

---
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
|----------|---------------|----------|-------------|
|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-09-29 15:50:59 +02:00
|web\_page|[webPage](../constructors/webPage.md) | Yes|Preview of a web page mentioned in the text, nullable|
### Type: [MessageContent](../types/MessageContent.md)