TDLib v0.0.2 TDLib.Object.InputMessageText View Source
A text message.
| Name | Type | Description |
|---|---|---|
| text | formattedText | Formatted text to be sent. Only Bold, Italic, Code, Pre, PreCode and TextUrl entities are allowed to be specified manually. |
| disable_web_page_preview | bool | True, if rich web page previews for URLs in the message text should be disabled. |
| clear_draft | bool | True, if a chat message draft should be deleted. |
More details on telegram’s documentation.