MadelineProto/docs/TD_docs/constructors/inputMessageText.md
2017-08-25 15:05:53 +02:00

972 B

title description
inputMessageText Text message

Constructor: inputMessageText

Back to constructors index

Text message

Attributes:

Name Type Required Description
text string Yes Text to send
disable_web_page_preview Bool Yes Pass true to disable rich preview for link in the message text
clear_draft Bool Yes Pass true if chat draft message should be deleted
entities Array of textEntity 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 Yes Text parse mode, nullable. Can't be used along with enitities

Type: InputMessageContent