MadelineProto/docs/TD_docs/constructors/test_string.md
2017-07-23 16:33:46 +02:00

630 B

title description
test.string test_string attributes, type and example

Constructor: test.string

Back to constructors index

Attributes:

Name Type Required
value string Yes

Type: test_String

Example:

$test_string = ['_' => 'test.string', 'value' => 'string'];

PWRTelegram json-encoded version:

{"_": "test.string", "value": "string"}

Or, if you're into Lua:

test_string={_='test.string', value='string'}