MadelineProtoDocs/old_docs/API_docs_v105/constructors/true.md
2019-12-27 17:48:04 +01:00

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'}