TDLib v0.0.1 TDLib.Object.InputMessageText View Source

A text message.

NameTypeDescription
textstringText to be sent.
disable_web_page_previewboolTrue, if rich web page previews for URLs in the message text should be disabled.
clear_draftboolTrue, if a chat message draft should be deleted.
entitiestextEntity[]Bold, Italic, Code, Pre, PreCode and TextUrl entities contained in the text. Can’t be used with a non-null parse_mode.
parse_modeTextParseModeText parse mode; may be null. Can’t be used in combination with enitities.

More details on telegram’s documentation.