1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-15 02:26:55 +01:00
MadelineProto/docs/TD_docs/constructors/test_bytes.md

505 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, ];

Or, if you're into Lua:

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