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