Layer 224
constructor
inputSecureFile#5367e5be id:long access_hash:long = InputSecureFile;

Parameters

Name Type Description
Id long Secure file ID
AccessHash long Secure file access hash

Returns

InputSecureFile

Gogram Example

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