MadelineProto/docs/TD_docs/constructors/test_bytes.md
Daniil Gentili 9d77dc0919 AMP fixes
2017-08-20 09:05:56 +00:00

615 B

title description
test.bytes test_bytes attributes, type and example

Constructor: test.bytes

Back to constructors index

Attributes:

Name Type Required
value bytes Yes

Type: test_Bytes

Example:

$test_bytes = ['_' => 'test.bytes', 'value' => 'bytes'];

PWRTelegram json-encoded version:

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

Or, if you're into Lua:

test_bytes={_='test.bytes', value='bytes'}