Layer 224
constructor
inputEncryptedFile#5a17b5e5 id:long access_hash:long = InputEncryptedFile;

Parameters

Name Type Description
Id long File ID, value of id parameter from encrypted File
AccessHash long Checking sum, value of access_hash parameter from encrypted File

Gogram Example

// Creating InputEncryptedFileObj constructor
obj := &tg.InputEncryptedFileObj{
    Id: int64(1234567890),
    AccessHash: int64(1234567890),
}