MadelineProtoDocs/old_docs/API_docs_v66/constructors/textPlain.md

588 B

title description image
textPlain Plain text https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textPlain

Back to constructors index

Plain text

Attributes:

Name Type Required Description
text string Yes Text

Type: RichText

Example:

$textPlain = ['_' => 'textPlain', 'text' => 'string'];

Or, if you're into Lua:

textPlain={_='textPlain', text='string'}