MadelineProtoDocs/old_docs/API_docs_v37/constructors/textEmpty.md
2020-06-16 17:50:25 +02:00

407 B

title description image
textEmpty Empty rich text element https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: textEmpty

Back to constructors index

Empty rich text element

Type: RichText

Example:

$textEmpty = ['_' => 'textEmpty'];

Or, if you're into Lua:

textEmpty={_='textEmpty'}