MadelineProtoDocs/docs/API_docs/constructors/textEmpty.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

471 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'];

PWRTelegram json-encoded version:

{"_": "textEmpty"}

Or, if you're into Lua:

textEmpty={_='textEmpty'}