1.0 KiB
1.0 KiB
title | description | image |
---|---|---|
inputSecureFileUploaded | Secure file uploaded | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: inputSecureFileUploaded
Secure file uploaded
Attributes:
Name | Type | Required | Description |
---|---|---|---|
id | long | Yes | ID |
parts | int | Yes | Parts |
md5_checksum | string | Yes | Md5 checksum |
file_hash | bytes | Yes | File hash |
secret | bytes | Yes | Secret |
Type: InputSecureFile
Example:
$inputSecureFileUploaded = ['_' => 'inputSecureFileUploaded', 'id' => long, 'parts' => int, 'md5_checksum' => 'string', 'file_hash' => 'bytes', 'secret' => 'bytes'];
Or, if you're into Lua:
inputSecureFileUploaded={_='inputSecureFileUploaded', id=long, parts=int, md5_checksum='string', file_hash='bytes', secret='bytes'}