MadelineProto/docs/TD_docs/constructors/inputMessageText.md

27 lines
972 B
Markdown
Raw Normal View History

---
title: inputMessageText
description: Text message
---
## Constructor: inputMessageText
[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 to send|
|disable\_web\_page\_preview|[Bool](../types/Bool.md) | Yes|Pass true to disable rich preview for link in the message text|
|clear\_draft|[Bool](../types/Bool.md) | Yes|Pass true if chat draft message should be deleted|
2017-08-25 15:05:53 +02:00
|entities|Array of [textEntity](../constructors/textEntity.md) | Yes|Bold, Italic, Code, Pre, PreCode and TextUrl entities contained in the text. Non-bot users can't use TextUrl entities. Can't be used with non-null parse_mode|
|parse\_mode|[TextParseMode](../types/TextParseMode.md) | Yes|Text parse mode, nullable. Can't be used along with enitities|
### Type: [InputMessageContent](../types/InputMessageContent.md)