1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 06:56:55 +01:00
MadelineProto/docs/TD_docs/constructors/test_empty.md
2017-07-23 16:33:46 +02:00

424 B

title description
test.empty test_empty attributes, type and example

Constructor: test.empty

Back to constructors index

Type: test_Empty

Example:

$test_empty = ['_' => 'test.empty'];

PWRTelegram json-encoded version:

{"_": "test.empty"}

Or, if you're into Lua:

test_empty={_='test.empty'}