MadelineProtoDocs/old_docs/API_docs_v105/constructors/textEmpty.md
2019-09-13 17:13:55 +02:00

381 B

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

Constructor: textEmpty

Back to constructors index

Empty text

Type: RichText

Example:

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

Or, if you're into Lua:

textEmpty={_='textEmpty'}