mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 20:47:46 +01:00
463 B
463 B
Constructor: inputEncryptedFileBigUploaded
Attributes:
Name | Type | Required |
---|---|---|
id | long | Required |
parts | int | Required |
key_fingerprint | int | Required |
Type: InputEncryptedFile
Example:
$inputEncryptedFileBigUploaded = ['id' => long, 'parts' => int, 'key_fingerprint' => int, ];