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