mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 21:57:46 +01:00
569 B
569 B
title | description |
---|---|
simpleDataBlock | simpleDataBlock attributes, type and example |
Constructor: simpleDataBlock
Attributes:
Name | Type | Required |
---|---|---|
raw_data | string | Yes |
Type: DecryptedDataBlock
Example:
$simpleDataBlock = ['_' => 'simpleDataBlock', 'raw_data' => string, ];
Or, if you're into Lua:
simpleDataBlock={_='simpleDataBlock', raw_data=string, }