MadelineProtoDocs/old_docs/API_docs_v14/constructors/true.md

517 B

title description image
true See [predefined identifiers](https://core.telegram.org/mtproto/TL-formal#predefined-identifiers). https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: true

Back to constructors index

See predefined identifiers.

Type: True

Example:

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

Or, if you're into Lua:

true={_='true'}