Skip to content

upload.getWebFile

Layer 225

Constructor ID: 0x24e6818d
Returns: WebFile

Parameters

NameTypeDescription
locationInputWebFileLocation
offsetint32
limitint32

Example

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

Released under the Apache-2.0 License.