Skip to content

upload.getFileHashes

Layer 225

Constructor ID: 0x9156982a
Returns: FileHash

Parameters

NameTypeDescription
locationInputFileLocation
offsetint64

Example

go
result, err := client.Raw(&tg.GetFileHashesRequest{
    location: nil, // InputFileLocation
    offset: 0,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.